From 6e15689820b92758d6a5c4f581e67edbfebdb85c Mon Sep 17 00:00:00 2001 From: yhakbar Date: Thu, 8 Sep 2022 15:01:17 +0000 Subject: [PATCH] Update README for new release: 0.0.2 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index efbe9b7..1f1382d 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=0.0.2 ``` ### Alternative Installation Methods @@ -26,7 +26,7 @@ Integrate this module like so: ```hcl module "elasticache-redis-standalone" { - 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=0.0.2" # Tagging Parameters organization = var.organization @@ -42,7 +42,7 @@ module "elasticache-redis-standalone" { 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.2` Note, however that subtrees can be altered as desired within repositories.