Skip to content

Commit def3234

Browse files
[PRMT-374] updated name
1 parent fe1b944 commit def3234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/buckets.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ module "ndr-configs-store" {
407407
source = "./modules/s3/"
408408
access_logs_enabled = local.is_production
409409
access_logs_bucket_id = local.access_logs_bucket_id
410-
bucket_name = "ndr-${var.configs_bucket_name}"
410+
bucket_name = var.configs_bucket_name
411411
enable_cors_configuration = false
412412
enable_bucket_versioning = true
413413
environment = var.environment

0 commit comments

Comments
 (0)