Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
max-lobur committed Oct 16, 2023
1 parent 53f99c0 commit 949f5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module "vpc" {
source = "cloudposse/vpc/aws"
version = "2.1.0"

ipv4_primary_cidr_block = var.vpc_cidr_block
ipv4_primary_cidr_block = "172.16.0.0/16"

context = module.this.context
}
Expand Down

0 comments on commit 949f5a8

Please sign in to comment.