diff --git a/README.md b/README.md index 8915a12..aa782c3 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=1.0.22 +github.com/pbs/terraform-aws-ecs-task-definition-module?ref=x.y.z ``` ### 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=1.0.22" + source = "github.com/pbs/terraform-aws-ecs-task-definition-module?ref=x.y.z" # 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: -`1.0.22` +`x.y.z` Note, however that subtrees can be altered as desired within repositories.