From 06cfe3f13324fa0925d7a0b98e366218b0b429ba Mon Sep 17 00:00:00 2001 From: yhakbar Date: Wed, 2 Nov 2022 14:04:41 +0000 Subject: [PATCH] Update README for new release: 2.1.4 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bda92cd..65b4551 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=x.y.z +github.com/pbs/terraform-aws-ecs-service-module?ref=2.1.4 ``` ### Alternative Installation Methods @@ -24,7 +24,7 @@ Integrate this module like so: ```hcl module "service" { - source = "github.com/pbs/terraform-aws-ecs-service-module?ref=x.y.z" + source = "github.com/pbs/terraform-aws-ecs-service-module?ref=2.1.4" # Required primary_hosted_zone = "example.com" @@ -45,7 +45,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: -`x.y.z` +`2.1.4` Note, however that subtrees can be altered as desired within repositories.