Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bwhaley committed Jan 14, 2025
1 parent 92f42fa commit 4f2e930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module "vpc" {
version = "~> 4"

name = var.vpc_name
cidr = var.vpc_cidrs
cidr = var.vpc_cidr
secondary_cidr_blocks = [var.vpc_secondary_cidr]
private_subnets = var.private_subnets
public_subnets = var.public_subnets
Expand Down

0 comments on commit 4f2e930

Please sign in to comment.