Skip to content

Commit

Permalink
Merge pull request #3 from silinternational/fix-example
Browse files Browse the repository at this point in the history
Update README.md to use the correct source in the example code
  • Loading branch information
briskt authored Oct 21, 2024
2 parents 6e94a75 + 5a98e32 commit 01b3a7d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ This module is published in [Terraform Registry](https://registry.terraform.io/m

```hcl
module "this" {
source = "github.com/silinternational/terraform-modules//aws/vpc"
app_name = var.app_name
source = "silinternational/vpc/aws"
version = "~> 1.0" // this may not reflect the latest version available
app_name = var.app_name
aws_zones = var.aws_zones
}
Expand Down

0 comments on commit 01b3a7d

Please sign in to comment.