Skip to content

Commit 911df5d

Browse files
committed
CCM-11586: change csi to meet s3 naming convention
1 parent 4397b2c commit 911df5d

File tree

1 file changed

+2
-1
lines changed
  • infrastructure/terraform/components/api

1 file changed

+2
-1
lines changed

infrastructure/terraform/components/api/locals.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ locals {
1717

1818
csi_s3 = replace(
1919
format(
20-
"%s-%s-%s",
20+
"%s-%s-%s-%s",
2121
var.project,
2222
var.aws_account_id,
23+
var.region,
2324
var.environment
2425
),
2526
"_",

0 commit comments

Comments
 (0)