From d33d0eb767c79ee01102c24bf633b230320a9425 Mon Sep 17 00:00:00 2001 From: yhakbar Date: Wed, 11 May 2022 14:01:29 +0000 Subject: [PATCH] Update README for new release: 0.0.1 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 57c9735..1ef7ce2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ```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=0.0.1" } ``` @@ -24,7 +24,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=0.0.1" # Tagging Parameters organization = var.organization @@ -42,7 +42,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` +`0.0.1` Note, however that subtrees can be altered as desired within repositories.