Skip to content

Commit 8731628

Browse files
committed
feat: 6764: remove db uat from datadog
1 parent e57525e commit 8731628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ resource "datadog_integration_aws" "core" {
1515
resource "datadog_integration_aws_tag_filter" "remove-db-uat" {
1616
account_id = var.aws_account_id
1717
namespace = "rds"
18-
tag_filter_str = "!environment:db-uat"
18+
tag_filter_str = "environment:live-prod,environment:aslive-prod"
1919
}
2020

2121

0 commit comments

Comments
 (0)