mirror of
https://github.com/mr-vercetti/tf-aws-demo.git
synced 2025-01-18 11:25:35 +01:00
11 lines
146 B
HCL
Executable File
11 lines
146 B
HCL
Executable File
variable "PROJECT_NAME" {
|
|
type = string
|
|
}
|
|
|
|
variable "VPC_ID" {
|
|
type = string
|
|
}
|
|
|
|
variable "ALB_SUBNETS_IDS" {
|
|
type = list(string)
|
|
} |