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

11 lines
146 B
Terraform
Raw Normal View History

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