mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-22 16:38:21 +00:00
feat: Update ami_regions variable to include additional AWS regions (#13260)
This commit is contained in:
commit
6ec38f9608
1 changed files with 1 additions and 1 deletions
|
|
@ -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" {
|
||||
|
|
|
|||
Loading…
Reference in a new issue