Skip to content

Commit 1c7b71c

Browse files
author
arnol377
committed
Refactor Terraform configuration to add assets_bucket_name variable for the S3 bucket used to store deployment artifacts
1 parent 194f2e5 commit 1c7b71c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

variables.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,3 +383,9 @@ variable "required_packages" {
383383
}))
384384
default = []
385385
}
386+
387+
variable assets_bucket_name {
388+
description = "Name of the S3 bucket used to store the deployment artifacts"
389+
type = string
390+
default = "image-pipeline-assets"
391+
}

0 commit comments

Comments
 (0)