We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1981c9e commit dbbddc3Copy full SHA for dbbddc3
main.tf
@@ -12,11 +12,11 @@ resource "datadog_integration_aws" "core" {
12
filter_tags = var.filter_tags
13
}
14
15
-# resource "datadog_integration_aws_tag_filter" "remove-db-uat" {
16
-# account_id = var.aws_account_id
17
-# namespace = "rds"
18
-# tag_filter_str = "live-prod"
19
-# }
+resource "datadog_integration_aws_tag_filter" "rds-tag-filters" {
+ account_id = var.aws_account_id
+ namespace = "rds"
+ tag_filter_str = "environment:*-prod"
+}
20
21
22
resource "aws_iam_role" "datadog-integration" {
0 commit comments