Skip to content

Commit 77d6f99

Browse files
committed
eli-304 shortening bucket name
1 parent d9601da commit 77d6f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/stacks/api-layer/s3_buckets.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module "s3_audit_bucket" {
1919

2020
module "s3_firehose_backup_bucket" {
2121
source = "../../modules/s3"
22-
bucket_name = "eli-splunk-backup"
22+
bucket_name = "eli-splunk"
2323
environment = var.environment
2424
project_name = var.project_name
2525
stack_name = local.stack_name

0 commit comments

Comments
 (0)