Skip to content

Commit

Permalink
fix: 6764: test rds namespace tag filter
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarNour14 committed Jun 21, 2022
1 parent de928e1 commit 3c96389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ resource "datadog_integration_aws" "core" {
resource "datadog_integration_aws_tag_filter" "remove-db-uat" {
account_id = var.aws_account_id
namespace = "rds"
tag_filter_str = "environment:live-prod,environment:aslive-prod"
tag_filter_str = "live-prod"
}


Expand Down

0 comments on commit 3c96389

Please sign in to comment.