Skip to content

Commit 706dbd0

Browse files
committed
CCM-11586: additional tags not needed
1 parent a7a6cae commit 706dbd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infrastructure/terraform/components/api/module_domain_truststore.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module "domain_truststore" {
88
project = var.project
99
region = var.region
1010

11-
default_tags = merge(local.default_tags, { "Enable-Backup" = var.enable_backups }, { "Enable-S3-Continuous-Backup" = var.enable_backups }, { "SKIP_S3_AUDIT" = "true" })
11+
default_tags = local.default_tags
1212
kms_key_arn = module.kms.key_id
1313

1414
bucket_logging_target = {

infrastructure/terraform/components/api/module_logging_bucket.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module "logging_bucket" {
88
project = var.project
99
region = var.region
1010

11-
default_tags = merge(local.default_tags, { "Enable-Backup" = var.enable_backups }, { "Enable-S3-Continuous-Backup" = var.enable_backups }, { "SKIP_S3_AUDIT" = "true" })
11+
default_tags = local.default_tags
1212
kms_key_arn = module.kms.key_id
1313

1414
policy_documents = [

0 commit comments

Comments
 (0)