modern-camera-83781
06/26/2024, 4:16 PMenv: 'prod'
or whatever.
This is why we want to switch to the actual defaultTags
implementation for the provider. This works well, however, we run into issues with the amount of tags we have the “powers that be” want us to have, and BucketObjectV2 resources. We can only have 10, and we have 15.
I looked into using the overrideProvider
argument for our bucket object resources, but when I do that, I get this error, and I’m not quite sure why:
SetNew only operates on computed keys - tags_all is not one
Has anyone found a way around this? It’s quite annoying, and I can’t seem to find any info in it anywhere…either in the pulumi-aws or terraform-provider-aws repos.
Thanks!