From 4f2e930e96de02f3c9edb08d0eddbb00e3fba81d Mon Sep 17 00:00:00 2001 From: Ben Whaley <503816+bwhaley@users.noreply.github.com> Date: Tue, 14 Jan 2025 15:42:52 -0800 Subject: [PATCH] typo --- examples/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/main.tf b/examples/main.tf index 3cf8ad0..6c2c4d4 100644 --- a/examples/main.tf +++ b/examples/main.tf @@ -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