scribd / terraform-aws-datadog

Terraform module for setting up AWS Datadog integration
https://registry.terraform.io/modules/scribd/datadog/aws/1.0.0
MIT License
38 stars 30 forks source link

Use AWS Provider default tags #44

Closed jensenbox closed 2 years ago

jensenbox commented 2 years ago

The previous implementation had a set of tags applied to several resources using a merge function. This change allows the user of the module to specify their desired tags at the provider level.

claygobrrrrr commented 2 years ago

@jim80net We were trying to get rid of the weird persistent tag diffs, which I'm sure others using this module are experiencing. Didn't work, unfortunately.