use vpc.vpc

Signed-off-by: matttrach <matttrach@gmail.com>
This commit is contained in:
matttrach 2023-09-27 19:04:58 -05:00
parent eb1208bf42
commit f4cbf6123e
No known key found for this signature in database
GPG Key ID: C00467FDE2D0231F
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ module "security_group" {
owner = local.owner
type = local.security_group_type
vpc_id = module.vpc.id
vpc_cidr = module.vpc.cidr_block
vpc_cidr = module.vpc.vpc.cidr_block
}
module "ssh_key" {