Skip to content

Commit dbbddc3

Browse files
committed
feat: 6764: add rds tag filters
1 parent 1981c9e commit dbbddc3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

main.tf

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ resource "datadog_integration_aws" "core" {
1212
filter_tags = var.filter_tags
1313
}
1414

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-
# }
15+
resource "datadog_integration_aws_tag_filter" "rds-tag-filters" {
16+
account_id = var.aws_account_id
17+
namespace = "rds"
18+
tag_filter_str = "environment:*-prod"
19+
}
2020

2121

2222
resource "aws_iam_role" "datadog-integration" {

0 commit comments

Comments
 (0)