feat: Update ami_regions variable to include additional AWS regions (#13260)

This commit is contained in:
Adish M 2025-07-08 17:32:15 +05:30 committed by GitHub
commit 6ec38f9608
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ variable "ami_groups" {
variable "ami_regions" {
type = list(string)
default = ["us-west-1"]
default = ["us-west-1","us-east-1", "us-east-2", "eu-central-1", "ap-northeast-1", "ca-central-1"]
}
variable "PACKER_BUILDER_TYPE" {