File tree Expand file tree Collapse file tree 3 files changed +0
-12
lines changed
examples/atlantis_with_vpc Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 11module "network" {
22 source = " ../../modules/network"
3- region = var. region
43 availability_zones = var. availability_zones
54}
65
Original file line number Diff line number Diff line change @@ -54,11 +54,6 @@ variable "launch_template_key_name" {
5454 type = string
5555}
5656
57- variable "region" {
58- description = " Region for creating resources"
59- type = string
60- }
61-
6257variable "availability_zones" {
6358 description = " List of Availability zone where the subnet must reside."
6459 type = list (string )
Original file line number Diff line number Diff line change @@ -16,12 +16,6 @@ variable "private_subnet_cidrs" {
1616 default = [" 10.0.3.0/24" , " 10.0.4.0/24" ]
1717}
1818
19- variable "region" {
20- description = " Region for creating resources"
21- type = string
22- default = " us-east-1"
23- }
24-
2519variable "availability_zones" {
2620 description = " List of Availability zone where the subnet must reside."
2721 type = list (string )
You can’t perform that action at this time.
0 commit comments