mirror of
https://github.com/ghndrx/terraform.git
synced 2026-02-10 14:55:06 +00:00
remove efs elb
This commit is contained in:
@@ -62,19 +62,3 @@ module "ec2-west" {
|
||||
vpc_id_west_2 = module.vpc-west.vpc_id_west_2
|
||||
}
|
||||
|
||||
|
||||
module "elb" {
|
||||
source = "./modules/elb"
|
||||
}
|
||||
|
||||
module "efs" {
|
||||
source = "./modules/efs"
|
||||
|
||||
us_east_subnet_1_id = module.subnets_us_east.us_east_subnet_1_id
|
||||
us_east_subnet_2_id = module.subnets_us_east.us_east_subnet_2_id
|
||||
us_east_subnet_3_id = module.subnets_us_east.us_east_subnet_3_id
|
||||
us_west_subnet_1_id = module.subnets_us_west.us_west_subnet_1_id
|
||||
us_west_subnet_2_id = module.subnets_us_west.us_west_subnet_2_id
|
||||
us_west_subnet_3_id = module.subnets_us_west.us_west_subnet_3_id
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user