Skip to content

Commit f6fbb9f

Browse files
committed
feat: 6764: testing aws tag filter
1 parent 8731628 commit f6fbb9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
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:live-prod,environment:aslive-prod"
18+
tag_filter_str = "region:eu-west-2"
1919
}
2020

2121

0 commit comments

Comments
 (0)