Skip to content

Commit d0ceac4

Browse files
fix : renaming consumer mapping bucket to a shorter one(#563)
1 parent 098a38f commit d0ceac4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/stacks/api-layer/s3_buckets.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module "s3_rules_bucket" {
99

1010
module "s3_consumer_mappings_bucket" {
1111
source = "../../modules/s3"
12-
bucket_name = "eli-consumer-map"
12+
bucket_name = "consumer-map"
1313
environment = var.environment
1414
project_name = var.project_name
1515
stack_name = local.stack_name

0 commit comments

Comments
 (0)