tf-aws-demo/modules/vpc_data/variables.tf

7 lines
93 B
Terraform
Raw Permalink Normal View History

2022-08-24 14:14:42 +02:00
variable "VPC_NAME" {
type = string
}
variable "BASTION_HOST_AZ" {
type = string
}