-
Notifications
You must be signed in to change notification settings - Fork 156
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
Conversation
Does the PR have any schema changes?Looking good! No breaking changes found. 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> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting.
There was a problem hiding this 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!
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4907 +/- ##
==============================
==============================
☔ View full report in Codecov by Sentry. |
This PR has been shipped in release v6.65.0. |
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