pulumi-aws: Removing default tags fails to untag resources on v6
The final step (5) in the test TestAccDefaultTagsGo
is currently failing in CI but passes locally.
We’re disabling the test temporarily to unblock the release but should diagnose the failure as a matter of urgency post-release.
Step 5 is asserting that when all default tags are removed from the provider, then they’re also removed from all resources. This fails and the previous default tags remain on the resources.
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 16 (16 by maintainers)
Closed by #2655
@t0yv0 The example does work in the TF world. I confirmed that before investing too much time in fixing the bug on our end.
@mikhailshilkov https://github.com/hashicorp/terraform-provider-aws/pull/30793 changed how
SetTagsDiff
works. We can revert, but their PR fixed other bugs so I’m hesitant to back it out.@t0yv0 I assigned to you since you were looking at it yesterday - please let me know if you don’t have time to continue