From 692630f805cfd852016be27a3a8f38b94bf1657a Mon Sep 17 00:00:00 2001 From: yhakbar Date: Wed, 25 Jan 2023 14:10:03 +0000 Subject: [PATCH] Update README for new release: 3.0.0 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ed4419c..c9317e8 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=3.0.0 ``` ### 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=3.0.0" # 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: -`x.y.z` +`3.0.0` Note, however that subtrees can be altered as desired within repositories.