mirror of
https://github.com/mr-vercetti/tf-aws-demo.git
synced 2025-01-18 19:35:34 +01:00
7 lines
93 B
Terraform
7 lines
93 B
Terraform
|
variable "VPC_NAME" {
|
||
|
type = string
|
||
|
}
|
||
|
|
||
|
variable "BASTION_HOST_AZ" {
|
||
|
type = string
|
||
|
}
|