-
Notifications
You must be signed in to change notification settings - Fork 157
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
Serverless Repository CFN Stacks Fail with No Changes #2717
Comments
Hi @blakeromano. Thanks for reporting the issue. I was able to replicate cleanly on pulumi-aws |
@iwahbe what's the status of this? |
Hi @blakeromano Diff calculation is one particular area of interest for us: you may have noticed we've labeled this issue as I hope you can work around the issue for now by adding the |
It looks like this is due to how upstream handles default values. The state only reflects non-default values of the app parameters, so if any parameters are set to the default value this will conflict as the resource will constantly try to remediate this perceived difference. In the example provided Upstream issue hashicorp/terraform-provider-aws#16485 |
What happened?
When you create a serverlessrepository.CloudFormationStack the first execution of
pulumi up
works fine. Subsequent executions ofpulumi up
fail when there is no changes to the CFN Stack because it can't create a changeset.Expected Behavior
The resource shouldn't be modified when there is no changes, or it shouldn't fail on changeset creations when there is no changes.
Steps to reproduce
Output of
pulumi about
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: