Skip to content

Commit

Permalink
duh
Browse files Browse the repository at this point in the history
  • Loading branch information
ben851 committed Dec 16, 2024
1 parent 3515792 commit 25fbad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/common/s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ module "cbs_logs_bucket" {
source = "github.com/cds-snc/terraform-modules//S3_log_bucket?ref=v6.1.5"
count = var.create_cbs_bucket ? 1 : 0

bucket_name = var.env != "dev" ? var.cbs_satellite_bucket_name : var.cbs_satellite_bucket_name + "-dev"
bucket_name = var.env != "dev" ? var.cbs_satellite_bucket_name : "${var.cbs_satellite_bucket_name}-dev"
force_destroy = var.force_destroy_s3
billing_tag_value = "notification-canada-ca-${var.env}"
attach_lb_log_delivery_policy = true
Expand Down

0 comments on commit 25fbad7

Please sign in to comment.