You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In discussions with New Relic support, I brought up what I thought would be a fantastic addition to the Terraform New Relic Provider - one that is already available in Terraform AWS Provider - and that is default tagging for all resources. This will allow at the provider block level a single default_tags block and the enclosed tags block to propagate any desired default tags to all New Relic resources (alert conditions, dashboards, workflows, entities/APMs, etc). Link to AWS docs:
This is a major resource and plus for us when it comes to Terraform AWS Provider, and it would be fantastic and a great project for the Terraform team at New Relic to embark on, especially considering all the New Relic resources/infra we manage. Relatively little code gets added to a repo that uses default_tags, and there are tremendous and wide spread benefits.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
In discussions with New Relic support, I brought up what I thought would be a fantastic addition to the Terraform New Relic Provider - one that is already available in Terraform AWS Provider - and that is default tagging for all resources. This will allow at the
provider
block level a singledefault_tags
block and the enclosedtags
block to propagate any desired default tags to all New Relic resources (alert conditions, dashboards, workflows, entities/APMs, etc). Link to AWS docs:https://www.hashicorp.com/en/blog/default-tags-in-the-terraform-aws-provider
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/guides/resource-tagging#propagating-tags-to-all-resources
For example something simple like this hypothetical
This is a major resource and plus for us when it comes to Terraform AWS Provider, and it would be fantastic and a great project for the Terraform team at New Relic to embark on, especially considering all the New Relic resources/infra we manage. Relatively little code gets added to a repo that uses
default_tags
, and there are tremendous and wide spread benefits.Beta Was this translation helpful? Give feedback.
All reactions