From 5311262f8f7cce9c4c0e4920df1e53628dc3d128 Mon Sep 17 00:00:00 2001 From: gsboueguia Date: Thu, 22 Feb 2024 18:16:26 +0000 Subject: [PATCH] Update README for new release: 2.0.19 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9ebff9f..555ecfb 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-synthetics-module?ref=x.y.z +github.com/pbs/terraform-aws-synthetics-module?ref=2.0.19 ``` ### Alternative Installation Methods @@ -22,7 +22,7 @@ Integrate this module like so: ```hcl module "synthetics" { - source = "github.com/pbs/terraform-aws-synthetics-module?ref=x.y.z" + source = "github.com/pbs/terraform-aws-synthetics-module?ref=2.0.19" zip_file = "path/to/file.zip" @@ -48,7 +48,7 @@ The recommended workaround for this is to use something external to Terraform (l 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` +`2.0.19` Note, however that subtrees can be altered as desired within repositories.