ToolJet/deploy/ec2/variables.pkr.hcl
Ashish 80d5ec536d
Chore: change location rule in nginx conf (#320)
* change location rule in nginx conf; enable std out logging

* use packer variables to set ami name, instance type and ami region
2021-06-25 21:43:38 +05:30

14 lines
179 B
HCL

variable "ami_name" {
type = string
}
variable "instance_type" {
type = string
default = "t2.medium"
}
variable "ami_region" {
type = string
default = "us-west-2"
}