Pulumi replaces appconfig HostedConfigurationVersion and Deployment every time #2172
Labels
awaiting-upstream
The issue cannot be resolved without action in another repository (may be owned by Pulumi).
bug/diff
kind/bug related to Pulumi generating wrong diffs on preview or up.
impact/reliability
Something that feels unreliable or flaky
impact/usability
Something that impacts users' ability to use the product easily and intuitively
kind/bug
Some behavior is incorrect or out of spec
What happened?
We have an
appconfig.HostedConfiguration
andappconfig.Deployment
that is used in our infrastructure, and every time we runpulumi up
, it assumes there is new content, replaces that content, bumps the configuration version, and updates the resources.Steps to reproduce
We have the following code:
and some other code to modify IAM policy and attach this to ECS.
Expected Behavior
There are no changes unless the feature flags defined in
featureFlagsJson
actually change.Actual Behavior
Whenever we run
pulumi up
the following happens: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: