From 72940c938781fef018dd75449abc4b4e4de7f77d Mon Sep 17 00:00:00 2001 From: "James Armes (they/them)" Date: Thu, 5 Dec 2024 16:31:34 -0500 Subject: [PATCH] docs: Fixed module reference in README. (#3) --- 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"