File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ module "datadog" {
23
23
source = "git::https://github.com/scribd/terraform-aws-datadog.git?ref=master"
24
24
aws_account_id = data.aws_caller_identity.current.account_id
25
25
datadog_api_key = var.datadog_api_key
26
- env = local.tags.env
27
- namespace = local.tags.namespace
26
+ env = "prod"
27
+ namespace = "team_foo"
28
28
29
29
cloudtrail_bucket_id = aws_s3_bucket.org-cloudtrail-bucket.id
30
30
cloudtrail_bucket_arn = aws_s3_bucket.org-cloudtrail-bucket.arn
@@ -52,8 +52,8 @@ module "datadog" {
52
52
datadog_api_key = var.datadog_api_key
53
53
create_elb_logs_bucket = false
54
54
enable_datadog_aws_integration = false
55
- env = local.tags.env
56
- namespace = local.tags.namespace
55
+ env = "prod"
56
+ namespace = "project_foo"
57
57
58
58
cloudwatch_log_groups = ["cloudwatch_log_group_1", "cloudwatch_log_group_2"]
59
59
}
You can’t perform that action at this time.
0 commit comments