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 pulumi-terraform-bridge to v3.97.1 #4907

Merged
merged 4 commits into from
Dec 11, 2024

Conversation

corymhall
Copy link
Contributor

@corymhall corymhall commented Dec 11, 2024

This PR was generated via $ upgrade-provider pulumi/pulumi-aws --kind=bridge.


Upgrading pulumi-terraform-bridge from v3.96.0 to v3.97.1.

Manual Changes:
copied from #4898

Fixes #4759
Fixes #4894

@corymhall corymhall enabled auto-merge (squash) December 11, 2024 14:36
Copy link

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

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

@@ -83,7 +83,7 @@ export interface GetResourceResult {
* }));
* ```
*/
export function getResourceOutput(args: GetResourceOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetResourceResult> {
export function getResourceOutput(args: GetResourceOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetResourceResult> {
Copy link
Member

Choose a reason for hiding this comment

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

Interesting.

Copy link
Member

@t0yv0 t0yv0 left a comment

Choose a reason for hiding this comment

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

Looks like pulumi/pulumi#17747 is rolling out to AWS with this change. Excellent. Thanks!

@corymhall corymhall merged commit 88369b2 into master Dec 11, 2024
32 checks passed
@corymhall corymhall deleted the upgrade-pulumi-terraform-bridge-to-v3.97.1 branch December 11, 2024 17:13
Copy link

codecov bot commented Dec 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (0407e25) to head (72f56f4).
Report is 1 commits behind head on master.

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

☔ 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.65.0.

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.

Workflow failure: Upgrade bridge Created EKS Addon does not get saved to state if it does not become active
4 participants