Skip to content

Commit 4397b2c

Browse files
committed
CCM-11586: correct locals csis3 def
1 parent 235abc7 commit 4397b2c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

infrastructure/terraform/components/api/locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ locals {
1717

1818
csi_s3 = replace(
1919
format(
20-
"%s-%s-%s-%s",
20+
"%s-%s-%s",
2121
var.project,
2222
var.aws_account_id,
2323
var.environment

0 commit comments

Comments
 (0)