diff --git a/README.md b/README.md index c5786a7..ef756bd 100644 --- a/README.md +++ b/README.md @@ -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 }