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.80.0 #4886

Merged
merged 5 commits into from
Dec 6, 2024

Conversation

flostadler
Copy link
Contributor

This PR was generated via $ upgrade-provider pulumi/pulumi-aws --kind=provider --target-version=5.80.0.


@flostadler flostadler added the needs-release/minor When a PR with this label merges, it initiates a release of vX.Y+1.0 label Dec 5, 2024
@flostadler flostadler requested a review from a team December 5, 2024 21:07
@flostadler flostadler self-assigned this Dec 5, 2024
@flostadler
Copy link
Contributor Author

flostadler commented Dec 5, 2024

Mhm, this is odd. The new s3_tables_* resources get schematized as s3.Tables* (e.g. s3.TablesTable).
Looking into this

Edit: I set the wrong module prefix (it's s3tables and not s3_tables). It works now

@pulumi pulumi deleted a comment from github-actions bot Dec 6, 2024
},
Blocks: map[string]schema.Block{
names.AttrVPCConfiguration: schema.ListNestedBlock{
diff --git a/tools/tfsdk2fw/go.mod b/tools/tfsdk2fw/go.mod
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Those are unrelated changes... Removing them

Copy link

github-actions bot commented Dec 6, 2024

Does the PR have any schema changes?

Looking good! No breaking changes found.

New resources:

  • codeconnections/connection.Connection
  • codeconnections/host.Host
  • s3tables/namespace.Namespace
  • s3tables/table.Table
  • s3tables/tableBucket.TableBucket
  • s3tables/tableBucketPolicy.TableBucketPolicy
  • s3tables/tablePolicy.TablePolicy

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

@flostadler flostadler requested review from t0yv0 and corymhall December 6, 2024 13:03
@flostadler flostadler merged commit 64f6df1 into master Dec 6, 2024
32 checks passed
@flostadler flostadler deleted the upgrade-terraform-provider-aws-to-v5.80.0 branch December 6, 2024 14:01
Copy link

codecov bot commented Dec 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (1fde217) to head (d5ab45c).
Report is 1 commits behind head on master.

Additional details and impacted files
@@      Coverage Diff       @@
##   master   #4886   +/-   ##
==============================
==============================

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pulumi-bot
Copy link
Contributor

This PR has been shipped in release v6.64.0.

@github-actions github-actions bot removed the needs-release/minor When a PR with this label merges, it initiates a release of vX.Y+1.0 label Dec 6, 2024
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.80.0
3 participants