diff --git a/README.md b/README.md index eafb9d0..4ddcf19 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Use this URL for the source of the module. See the usage examples below for more details. ```hcl -github.com/pbs/terraform-aws-virtual-router-module?ref=x.y.z +github.com/pbs/terraform-aws-virtual-router-module?ref=0.0.27 ``` ### Alternative Installation Methods @@ -22,7 +22,7 @@ Integrate this module like so: ```hcl module "router" { - source = "github.com/pbs/terraform-aws-virtual-router-module?ref=x.y.z" + source = "github.com/pbs/terraform-aws-virtual-router-module?ref=0.0.27" # Required Parameters mesh_name = module.mesh.id @@ -41,7 +41,7 @@ module "router" { If this repo is added as a subtree, then the version of the module should be close to the version shown here: -`x.y.z` +`0.0.27` Note, however that subtrees can be altered as desired within repositories.