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
I got an error and my deployment of this failed - related to S3 Tags. When I Googled the error message I found this comment on the provider GitHub issue which looks like it is related to this repository - hashicorp/terraform-provider-aws#19583 (comment)
The way I got it to work was to comment out the default_tags in main.tf.
Until the upstream bug is resolved I am considering PRing the commenting out of the default_tags so others don't this?
The text was updated successfully, but these errors were encountered:
Hi Jason, thanks for raising this issue! Yes, that's right, that linked issue is related to this project. I ran into the same error in the past and got fixed by Hashicorp (apparently inconsistently). Reading the comments on the linked Issue it seems that multiple users keep having that problem for different aws services. A PR commenting that block could work as a temporary fix :)
I got an error and my deployment of this failed - related to S3 Tags. When I Googled the error message I found this comment on the provider GitHub issue which looks like it is related to this repository - hashicorp/terraform-provider-aws#19583 (comment)
The way I got it to work was to comment out the default_tags in main.tf.
Until the upstream bug is resolved I am considering PRing the commenting out of the default_tags so others don't this?
The text was updated successfully, but these errors were encountered: