From ac5f3816de77842cad3e9136c3ce6387cdd34c19 Mon Sep 17 00:00:00 2001 From: Adish M Date: Tue, 8 Jul 2025 17:31:07 +0530 Subject: [PATCH] feat: Update ami_regions variable to include additional AWS regions --- deploy/ec2/ee/variables.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/ec2/ee/variables.pkr.hcl b/deploy/ec2/ee/variables.pkr.hcl index df994b2599..f18073b73b 100644 --- a/deploy/ec2/ee/variables.pkr.hcl +++ b/deploy/ec2/ee/variables.pkr.hcl @@ -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" {