Added/removed accessConfigs after inital instance creation do not get recognized #1252
Labels
bug/diff
kind/bug related to Pulumi generating wrong diffs on preview or up.
kind/bug
Some behavior is incorrect or out of spec
resolution/fixed
This issue was fixed
What happened?
Deploying an instance with a public IP initially and removing it afterwards does not get recognized by pulumi.
Example
Deploying an instance with a public IP like this:
And then removing the
accessConfigs
block like this:And doing
pulumi up
again, results in no update/change of the instance.Output of
pulumi about
Additional context
This also does not work the other way round:
accessConfigs
block tonetworkInterfaces
pulumi up
-> results in no changesContributing
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: