Changed variable name in module config
This commit is contained in:
parent
8449125237
commit
c434d79024
4
main.tf
4
main.tf
@ -59,8 +59,8 @@ module "vpc_endpoints" {
|
||||
#region = var.region
|
||||
#name = var.name
|
||||
vpc_id = module.vpc.vpc_id
|
||||
private_route_table_id = module.subnets.private_route_table_ids
|
||||
public_route_table_id = module.subnets.public_route_table_ids
|
||||
private_route_table_ids = module.subnets.private_route_table_ids
|
||||
public_route_table_ids = module.subnets.public_route_table_ids
|
||||
#tags = local.tags
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user