mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 13:37:28 +00:00
16 lines
239 B
HCL
16 lines
239 B
HCL
variable "region" {
|
|
default = "us-east-1"
|
|
}
|
|
|
|
variable "ami_id" {
|
|
type = string
|
|
default = ""
|
|
}
|
|
|
|
variable "instance_type" {
|
|
type = string
|
|
default = "t2.medium"
|
|
}
|
|
variable "aws_instance_tooljet_instance_AZ" {
|
|
default = ""
|
|
}
|