tf-aws-demo/modules/vpc_data/variables.tf
2022-08-24 16:25:55 +02:00

7 lines
93 B
HCL
Executable File

variable "VPC_NAME" {
type = string
}
variable "BASTION_HOST_AZ" {
type = string
}