Skip to content
New issue

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

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

Already on GitHub? # to your account

Support default tags for the AWS Terraform provider. #156

Merged
merged 1 commit into from
Jul 30, 2021

Conversation

S-Bohn
Copy link
Contributor

@S-Bohn S-Bohn commented May 20, 2021

In recent versions of the AWS Terraform provider, it is possible to attach default tags to every resource. Those tags aren't stored in the tags field in the Terraform state but as a special field tags_all.

So this PR accepts tags for AWS resources from both fields to also export tags defined as default tags.

In recent versions of the AWS Terraform provider, it is possible to attach default tags to every resource. Those tags aren't stored in the `tags` field in the Terraform state but as a special field `tags_all`. Accept tags for AWS resources from both fields to also export tags defined as default tags.
@adammck adammck merged commit a4d1a11 into adammck:master Jul 30, 2021
@adammck
Copy link
Owner

adammck commented Jul 30, 2021

Thank you! I don't use this feature myself, but the PR looks fine to me, so in it goes.

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

Successfully merging this pull request may close these issues.

2 participants