From 34d1e966b0d0cd02d5bd626ab8be4cfbcdc5f089 Mon Sep 17 00:00:00 2001 From: James Armes Date: Thu, 5 Dec 2024 13:55:58 -0500 Subject: [PATCH] docs: Fixed module reference in README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eed7bc0..12d2952 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ to match your desired configuration. For example, to create a VPC with 3 public and private subnets, you could use the following configuration: ```hcl -module "cloudfront_waf" { - source = "github.com/codeforamerica/tofu-modules/aws/vpc" +module "vpc" { + source = "github.com/codeforamerica/tofu-modules-aws-vpc?ref=1.0.0" project = "my-project" environment = "dev"