We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e57525e commit 8731628Copy full SHA for 8731628
main.tf
@@ -15,7 +15,7 @@ resource "datadog_integration_aws" "core" {
15
resource "datadog_integration_aws_tag_filter" "remove-db-uat" {
16
account_id = var.aws_account_id
17
namespace = "rds"
18
- tag_filter_str = "!environment:db-uat"
+ tag_filter_str = "environment:live-prod,environment:aslive-prod"
19
}
20
21
0 commit comments