From b5aa63d40d644917d7e38c85b87f089fbe1602e8 Mon Sep 17 00:00:00 2001 From: ehirsch-3pg Date: Mon, 4 Mar 2024 16:03:52 +0000 Subject: [PATCH] Update README for new release: 0.0.17 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d171464..d867dd3 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-sns-topic-subscription-module?ref=x.y.z +github.com/pbs/terraform-aws-sns-topic-subscription-module?ref=0.0.17 ``` ### Alternative Installation Methods @@ -22,7 +22,7 @@ Integrate this module like so: ```hcl module "subscription" { - source = "github.com/pbs/terraform-aws-sns-topic-subscription-module?ref=x.y.z" + source = "github.com/pbs/terraform-aws-sns-topic-subscription-module?ref=0.0.17" topic_arn = module.topic.arn protocol = "lambda" @@ -34,7 +34,7 @@ module "subscription" { 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.17` Note, however that subtrees can be altered as desired within repositories.