mirror of
https://github.com/ghndrx/terraform.git
synced 2026-02-10 06:45:01 +00:00
cleanup folders and files
This commit is contained in:
23
aws/aws_asg/modules/vpc/vpc-east/variables.tf
Normal file
23
aws/aws_asg/modules/vpc/vpc-east/variables.tf
Normal file
@@ -0,0 +1,23 @@
|
||||
variable "vpc_cidr_block" {
|
||||
default = "10.1.0.0/16"
|
||||
}
|
||||
|
||||
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 "region" {
|
||||
description = "The region to deploy to"
|
||||
type = string
|
||||
}
|
||||
Reference in New Issue
Block a user