tf-aws-demo/modules/alb/variables.tf
2022-08-26 15:24:01 +02:00

11 lines
146 B
HCL
Executable File

variable "PROJECT_NAME" {
type = string
}
variable "VPC_ID" {
type = string
}
variable "ALB_SUBNETS_IDS" {
type = list(string)
}