Skip to content

Commit

Permalink
TMP
Browse files Browse the repository at this point in the history
  • Loading branch information
risicle committed Aug 30, 2023
1 parent e0d267e commit 3979c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/cloudfoundry/buckets.tf
Original file line number Diff line number Diff line change
Expand Up @@ -292,5 +292,5 @@ resource "aws_s3_bucket_lifecycle_configuration" "elb_access_log" {
}

data "aws_s3_bucket" "account_region_wide_alb_access_logs" {
bucket = "gds-paas-${var.aws_account}-account-wide-alb-access-logs-${env.region}"
bucket = "gds-paas-${var.aws_account}-account-wide-alb-access-logs-${var.region}"
}

0 comments on commit 3979c40

Please sign in to comment.