Skip to content

Commit

Permalink
docs: Fixed module reference in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesiarmes committed Dec 5, 2024
1 parent dc5bafe commit 34d1e96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 34d1e96

Please sign in to comment.