From 41359a57802f8d53555019ed87872125ae81f3ac Mon Sep 17 00:00:00 2001 From: yhakbar Date: Mon, 24 Jul 2023 16:34:23 +0000 Subject: [PATCH] Running document script --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a8e42be..958d76f 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=4.1.6 +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=4.1.6" + source = "github.com/pbs/terraform-aws-ecs-service-module?ref=x.y.z" # 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=4.1.6" + source = "github.com/pbs/terraform-aws-ecs-service-module?ref=x.y.z" # 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: -`4.1.6` +`x.y.z` Note, however that subtrees can be altered as desired within repositories. @@ -96,7 +96,7 @@ Below is automatically generated documentation on this Terraform module using [t | Name | Version | |------|---------| -| [aws](#provider\_aws) | 5.8.0 | +| [aws](#provider\_aws) | 5.9.0 | ## Modules