terratag
terratag copied to clipboard
Terratag is a CLI tool that enables users of Terraform to automatically create and maintain tags across their entire set of AWS, Azure, and GCP resources
I've tried adding this functionality into TF directly, but I wasn't able to get it to work properly. The tag was updated even though there was no change to the...
I see AWS, GCP and Azure are supported. Is there any interest in supporting VMWare also?
Problem Statement: we've a resource "aws_instance" and corresponding tags in a terraform file already and a nested resources **root_block_device** with tags. When we apply terratag with extra_tags , it doesn't...
This is a follow-up to #143. Issues were discovered when running tests with this flag. It may be a good idea to enable this flag to detect race conditions. However,...
Upgrade the go libraries in go.mod. This should fix reported security issues.
**Is your feature request related to a problem? Please describe.** In GCP there are rules where tag values needs to be in lowercase. **Describe the solution you'd like** Either, Terratag...
**Is your feature request related to a problem? Please describe.** Maintain a equal distance between both tab in website footer **Describe the solution you'd like** Gap between Tab Company and...
Added a new dryrun mode that checks if all resources are tagged. If a resource isn't tagged, it returns 1 exit code. resolves #178
**Is your feature request related to a problem? Please describe.** It is difficult to navigate developers and use company standard tags. At the same time we do not want any...
I would like to be able to remove any tags applied via terratag.