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 8731628 commit f6fbb9fCopy full SHA for f6fbb9f
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:live-prod,environment:aslive-prod"
+ tag_filter_str = "region:eu-west-2"
19
}
20
21
0 commit comments