-
Notifications
You must be signed in to change notification settings - Fork 159
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
Panic when updating an aws.ssm.Parameter value #2017
Comments
Hi @cnunciato We are working on pulumi/pulumi-terraform-bridge#548 to fix this up! This is also a case of needing work because in v4.20.0 of terraform-provider-aws, LaunchConfig changed to use the GetRawConfig which would have caused panics any time that resource was used Paul |
Is there any workaround to bypass this problem, while fix is not deployed? |
@afa4 Apologies for the delay here, the team's actively working to get this fixed. The current workaround is to downgrade to a previous version of the AWS provider. It looks like npm install @pulumi/[email protected]
pulumi up Example run with repro and correction for reference:
|
Hi For python downgrade from 5.9.2 to 5.7.2 doesn't work properly.
|
For python version 5.10.0 works perfectly. |
5.10.0 fixed this for me for node/typescript as well. much appreciated. |
This is happening for me on version 5.35.0 |
Happening with |
Happening with |
I set |
Scratch that. When I tried a second update with |
@epeters3 Can you post a program that replicates this panic on the most recent pulumi-aws version? I tried to repro, but I don't see a panic. |
|
Folks I think we should close this one because it works as stated, but let's open new issues with repro programs if anything is still not working as expected. Thanks a lot! |
Given the following program:
... the initial update succeeds, but subsequent updates that change the parameter's
value
property fail:Repros with other languages as well. (Initially noticed with YAML.) Does not repro in TF.
The text was updated successfully, but these errors were encountered: