From 11e08b9bcb16c49fa50a666d7a43c44ccd03cc6d Mon Sep 17 00:00:00 2001 From: yhakbar Date: Mon, 18 Sep 2023 12:54:52 +0000 Subject: [PATCH] Update README for new release: 0.0.7 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3aacd2d..df6f449 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-amplify-module?ref=x.y.z +github.com/pbs/terraform-aws-amplify-module?ref=0.0.7 ``` ### Alternative Installation Methods @@ -24,7 +24,7 @@ Integrate this module like so: ```hcl module "amplify" { - source = "github.com/pbs/terraform-aws-amplify-module?ref=x.y.z" + source = "github.com/pbs/terraform-aws-amplify-module?ref=0.0.7" # Tagging Parameters organization = var.organization @@ -42,7 +42,7 @@ The easiest way to use this module is to use the AWS console to create an Amplif 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.7` Note, however that subtrees can be altered as desired within repositories.