You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following example causes a replacement without any changes to the program in the Subnet resource when upgrading from anything before 5.79 to anything after 5.80 under PRC.
This is not the case under non-PRC. The cause is the addition of a new parameter default_outbound_access_enabled in TF with the following schema:
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:
Describe what happened
The following example causes a replacement without any changes to the program in the Subnet resource when upgrading from anything before 5.79 to anything after 5.80 under PRC.
This is not the case under non-PRC. The cause is the addition of a new parameter
default_outbound_access_enabled
in TF with the following schema:When the provider runs an update with the parameter not present in the state, it forces a replacement.
Unfortunately this is the truthful behaviour in TF but only under
-refresh=false
:Sample program
Log output
No response
Affected Resource(s)
No response
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: