10 lines
203 B
Terraform
10 lines
203 B
Terraform
|
variable "key_path" {}
|
||
|
variable "region" {}
|
||
|
variable "ami" {}
|
||
|
variable "userdata_file" {}
|
||
|
variable "cidr_block" {}
|
||
|
variable "subnet1" {}
|
||
|
variable "subnet2" {}
|
||
|
variable "subnet3" {}
|
||
|
variable "subnet4" {}
|