1
1
mirror of https://github.com/adammck/terraform-inventory synced 2024-11-22 15:52:01 +01:00
Commit Graph

2 Commits

Author SHA1 Message Date
Sören Bohn
a4d1a11de8
Support default tags for the AWS Terraform provider. (#156)
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.
2021-07-30 17:09:38 -04:00
Andreas Sommer
94a66e3c5e Support Terraform 0.12 state format (#114) 2019-08-01 11:21:54 -04:00