Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade terraform-provider-aws to v5.20.1 #2870

Merged
merged 3 commits into from
Oct 10, 2023

Conversation

rquitales
Copy link
Member

@rquitales rquitales commented Oct 10, 2023

This PR was generated via $ upgrade-provider pulumi/pulumi-aws --upstream-provider-name=terraform-provider-aws --kind=provider.


@rquitales rquitales self-assigned this Oct 10, 2023
@rquitales rquitales requested review from lukehoban and a team October 10, 2023 17:47
@github-actions
Copy link

Does the PR have any schema changes?

Does the PR have any schema changes?

Looking good! No breaking changes found.

New resources:

  • guardduty/detectorFeature.DetectorFeature
  • servicequotas/template.Template
  • sesv2/accountVdmAttributes.AccountVdmAttributes
  • verifiedaccess/instanceTrustProviderAttachment.InstanceTrustProviderAttachment

Maintainer note: consult the runbook for dealing with any breaking changes.

},
{
"old": "Using `terraform import`, import Verified Access Instance Trust Provider Attachments using the `verifiedaccess_instance_id` and `verifiedaccess_trust_provider_id` separated by a forward slash (`/`). For example:",
"new": "Using `TODO import`, import Verified Access Instance Trust Provider Attachments using the `verifiedaccess_instance_id` and `verifiedaccess_trust_provider_id` separated by a forward slash (`/`). For example:"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we're supposed to edit these TODO things by hand to say something sensible about pulumi imports. Unfortunate but remains a chore here. I've done this N=1 times so not exactly sure.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. TODO is not descriptive, and should be updated to something like Pulumi. Will address in a follow-up commit to this PR soon.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, looks like we have 608 TODOs within this file, spanning back to many months ago. WDYT if we submit this PR as is, and I'll create a follow-up PR to directly handle these TODOs before cutting a new release?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Err. Yea could you backlog an item to clean this up? When doing that instead of cleaning up by hand we could improve the tooling not to require this. One place to check would be looking at registry docs for a resource with the TODO, if TODO renders in registry that's a clear indicator this is user-facing in a way.

@t0yv0
Copy link
Member

t0yv0 commented Oct 10, 2023

LGTM except those TODOs, looks like a small clean update.

@t0yv0 t0yv0 self-requested a review October 10, 2023 20:24
@rquitales rquitales merged commit 7796ae7 into master Oct 10, 2023
17 checks passed
@rquitales rquitales deleted the upgrade-terraform-provider-aws-to-v5.20.1 branch October 10, 2023 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade terraform-provider-aws to v5.20.1 Upgrade terraform-provider-aws to v5.20.0
3 participants