Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
CURRTIS1 authored Feb 15, 2024
1 parent d7c9d4f commit 84ec2a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers/000base/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ vpc_basenetwork
module "vpc_basenetwork" {
source = "../../modules/vpc_basenetwork"

vpc_cidr = "172.16.0.0/16"
vpc_cidr = var.vpc_cidr
subnet_public_range = var.subnet_public_range
subnet_private_range = var.subnet_private_range
vpc_name = var.vpc_name
Expand Down

0 comments on commit 84ec2a8

Please sign in to comment.