From 847cf48a84d8006b708a9792f047a5a5d3ef11cf Mon Sep 17 00:00:00 2001 From: ehirsch-3pg Date: Mon, 4 Mar 2024 16:01:58 +0000 Subject: [PATCH] Update README for new release: 1.0.26 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 85f18c6..f7d69d7 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ### Using the Repo Source ```hcl -github.com/pbs/terraform-aws-ecs-task-definition-module?ref=x.y.z +github.com/pbs/terraform-aws-ecs-task-definition-module?ref=1.0.26 ``` ### Alternative Installation Methods @@ -22,7 +22,7 @@ Integrate this module like so: ```hcl module "task" { - source = "github.com/pbs/terraform-aws-ecs-task-definition-module?ref=x.y.z" + source = "github.com/pbs/terraform-aws-ecs-task-definition-module?ref=1.0.26" # Tagging Parameters organization = var.organization @@ -40,7 +40,7 @@ module "task" { 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` +`1.0.26` Note, however that subtrees can be altered as desired within repositories.