diff --git a/README.md b/README.md index 3d88fa7..df054f9 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-elasticache-redis-standalone-module?ref=x.y.z +github.com/pbs/terraform-aws-elasticache-redis-standalone-module?ref=1.0.20 ``` ### Alternative Installation Methods @@ -28,7 +28,7 @@ Integrate this module like so: ```hcl module "redis" { - source = "github.com/pbs/terraform-aws-elasticache-redis-standalone-module?ref=x.y.z" + source = "github.com/pbs/terraform-aws-elasticache-redis-standalone-module?ref=1.0.20" # Tagging Parameters organization = var.organization @@ -44,7 +44,7 @@ module "redis" { 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` +`1.0.20` Note, however that subtrees can be altered as desired within repositories.