From f0ef3949f27fc7b0bf295e5083f2cd348c2cae2d Mon Sep 17 00:00:00 2001 From: yhakbar Date: Mon, 31 Jul 2023 11:47:21 +0000 Subject: [PATCH] Update README for new release: 4.1.9 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1d50dc8..b664223 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=4.1.9 ``` ### 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=x.y.z" + source = "github.com/pbs/terraform-aws-ecs-service-module?ref=4.1.9" # Required primary_hosted_zone = "example.com" @@ -49,7 +49,7 @@ This module will create an ECS cluster if one is not provided. If you would like ```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=4.1.9" # Required primary_hosted_zone = "example.com" @@ -73,7 +73,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` +`4.1.9` Note, however that subtrees can be altered as desired within repositories.