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

11 lines
145 B
Terraform
Raw Normal View History

2022-08-26 14:17:46 +02:00
variable "VPC_ID" {
type = string
}
variable "PROJECT_TAG" {
type = string
}
variable "ALB_SUBNETS_IDS" {
type = list(string)
}