Systematic diff in Elastic Beanstalk settings #1073
Labels
kind/bug
Some behavior is incorrect or out of spec
resolution/duplicate
This issue is a duplicate of another issue
Running
pulumi up
with the same Elastic Beanstalk Environment settings twice will (almost) invariably lead to a diff being show when there is none.Expected Behavior
There should be no diff and the Environment should not be updated.
Current Behavior
resource
field of each setting, if left undefined in the declaration, is compared to an empty string when queried by pulumi.Steps to Reproduce
aws.elasticbeanstalk.Environment
with several settings (eg. a few environment variables)pulumi up
twiceThe text was updated successfully, but these errors were encountered: