From 86379af1a8ada75587396f5522d0e0b430cf7c8a Mon Sep 17 00:00:00 2001 From: ehirsch-3pg Date: Mon, 4 Mar 2024 16:03:36 +0000 Subject: [PATCH] Update README for new release: 4.0.14 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2b91f55..b9ad724 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-s3-module?ref=x.y.z +github.com/pbs/terraform-aws-s3-module?ref=4.0.14 ``` ### Alternative Installation Methods @@ -28,7 +28,7 @@ Integrate this module like so: ```hcl module "s3" { - source = "github.com/pbs/terraform-aws-s3-module?ref=x.y.z" + source = "github.com/pbs/terraform-aws-s3-module?ref=4.0.14" # Tagging Parameters organization = var.organization @@ -63,7 +63,7 @@ module "s3" { 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` +`4.0.14` Note, however that subtrees can be altered as desired within repositories.