Skip to content

Commit

Permalink
fix: 6764: remove aws tag filter for rds
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarNour14 committed Jun 21, 2022
1 parent 3c96389 commit 1981c9e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ resource "datadog_integration_aws" "core" {
filter_tags = var.filter_tags
}

resource "datadog_integration_aws_tag_filter" "remove-db-uat" {
account_id = var.aws_account_id
namespace = "rds"
tag_filter_str = "live-prod"
}
# resource "datadog_integration_aws_tag_filter" "remove-db-uat" {
# account_id = var.aws_account_id
# namespace = "rds"
# tag_filter_str = "live-prod"
# }


resource "aws_iam_role" "datadog-integration" {
Expand Down

0 comments on commit 1981c9e

Please sign in to comment.