From 543173f62f21232cc3e50232b4edcd8e087c2f6e Mon Sep 17 00:00:00 2001 From: Yousif Akbar <11247449+yhakbar@users.noreply.github.com> Date: Wed, 2 Nov 2022 11:13:42 -0400 Subject: [PATCH] Running document script one more time... hopefully... --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5d2cebe..2c58f8b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ### Using the Repo Source ```hcl -github.com/pbs/terraform-aws-ecs-service-module?ref=2.1.4 +github.com/pbs/terraform-aws-ecs-service-module?ref=x.y.z ``` ### Alternative Installation Methods @@ -26,7 +26,7 @@ Integrate this module like so: ```hcl module "service" { - source = "github.com/pbs/terraform-aws-ecs-service-module?ref=2.1.4" + source = "github.com/pbs/terraform-aws-ecs-service-module?ref=x.y.z" # Required primary_hosted_zone = "example.com" @@ -47,7 +47,7 @@ module "service" { If this repo is added as a subtree, then the version of the module should be close to the version shown here: -`2.1.4` +`x.y.z` Note, however that subtrees can be altered as desired within repositories.