TestAccCloudWatchOidcManual does not refresh cleanly #3193
Labels
area/refresh
kind/engineering
Work that is not visible to an external user
resolution/wont-fix
This issue won't be fixed
What happened?
Non-empty diff when refreshing the program provisioned by TestAccCloudWatchOidcManual.
Because explicit provider computes a fresh token for assumeRoleWithWebIdentity on every program
invocation, this generates non-empty changes on the
pulumi:provider:aws
resourceassumeRoleWithWebIdentity field and trips up the default checks which need to be disabled.
In addition to this there's a variety of other non-empty diffs that may have separate root causes:
The ~code diff is explained by pulumi/pulumi-terraform-bridge#1595
Example
See TestAccCloudWatchOidcManual
Output of
pulumi about
N/A
Additional context
N/A
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: