We recently upgraded the aws provider from 5.9.1 t...
# aws
s
We recently upgraded the aws provider from 5.9.1 to 5.9.2 and got this problem: https://github.com/pulumi/pulumi-aws/issues/2043. How does pulumi exactly behave in this situation? I believe that
output<string>
in this case will eventually resolve to the same value as is stored in the state, but does that mean pulumi will then not execute the update? When is the decision to execute a replace made? Is it during the initial preview phase or does it also happen after outputs are resolved?
Problem is most likely on our side. Apologies
Question still stands tho: How does pulumi behave?