Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when deploying related to S3 Tags #5

Closed
jasonumiker opened this issue Sep 22, 2021 · 2 comments
Closed

Error when deploying related to S3 Tags #5

jasonumiker opened this issue Sep 22, 2021 · 2 comments

Comments

@jasonumiker
Copy link

jasonumiker commented Sep 22, 2021

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?

@Marinaburkhardt
Copy link
Contributor

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 :)

@Marinaburkhardt
Copy link
Contributor

Provider level tags were disabled, since we keep seeing inconsistencies when implementing them. See #16 for more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants