Files
terraform/aws/aws_simple/modules/efs/variables.tf
2023-11-17 12:56:07 -08:00

31 lines
702 B
HCL

variable "us_east_subnet_1_id" {
description = "The ID of the first US East subnet"
type = string
}
variable "us_east_subnet_2_id" {
description = "The ID of the second US East subnet"
type = string
}
variable "us_east_subnet_3_id" {
description = "The ID of the third US East subnet"
type = string
}
variable "us_west_subnet_1_id" {
description = "The ID of the first US East subnet"
type = string
}
variable "us_west_subnet_2_id" {
description = "The ID of the second US East subnet"
type = string
}
variable "us_west_subnet_3_id" {
description = "The ID of the third US East subnet"
type = string
}