From 1abcc174cb14650cd0ef2cfab437169d53d5decd Mon Sep 17 00:00:00 2001 From: yhakbar Date: Thu, 23 Jun 2022 14:06:31 +0000 Subject: [PATCH] Update README for new release: 0.0.1 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e30a3a2..c7e3845 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ```hcl module "lambda-cron" { - source = "github.com/pbs/terraform-aws-lambda-cron-module?ref=x.y.z" + source = "github.com/pbs/terraform-aws-lambda-cron-module?ref=0.0.1" } ``` @@ -22,7 +22,7 @@ Integrate this module like so: ```hcl module "lambda-cron" { - source = "github.com/pbs/terraform-aws-lambda-cron-module?ref=x.y.z" + source = "github.com/pbs/terraform-aws-lambda-cron-module?ref=0.0.1" # Required Parameters handler = "main" @@ -44,7 +44,7 @@ module "lambda-cron" { 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` +`0.0.1` Note, however that subtrees can be altered as desired within repositories.