What's the tagging strategy with the Ref Arch? #54
Answered
by
zackproser
zackproser
asked this question in
Help
-
A customer asked:
|
Beta Was this translation helpful? Give feedback.
Answered by
zackproser
Nov 10, 2021
Replies: 1 comment
-
Since tagging is highly organization dependent, we don’t implement any tagging out of the box. That said, you can implement tagging strategies with relative ease by updating the root terragrunt.hcl configurations to configure the aws provider blocks with the Credit for this solution goes to @yorinasub17 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zackproser
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since tagging is highly organization dependent, we don’t implement any tagging out of the box. That said, you can implement tagging strategies with relative ease by updating the root terragrunt.hcl configurations to configure the aws provider blocks with the
default_tags
directive (see https://www.hashicorp.com/blog/default-tags-in-the-terraform-aws-provider for more info).Credit for this solution goes to @yorinasub17