From 9578d4b3b60ebd1bb86f3c636c7583253094e181 Mon Sep 17 00:00:00 2001 From: yhakbar Date: Mon, 30 Oct 2023 13:47:41 +0000 Subject: [PATCH] Running document script --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 94ad009..7e405e3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ### Using the Repo Source ```hcl -github.com/pbs/terraform-aws-lambda-module?ref=1.3.36 +github.com/pbs/terraform-aws-lambda-module?ref=x.y.z ``` ### Alternative Installation Methods @@ -22,7 +22,7 @@ Integrate this module like so: ```hcl module "role" { - source = "github.com/pbs/terraform-aws-lambda-module?ref=1.3.36" + source = "github.com/pbs/terraform-aws-lambda-module?ref=x.y.z" handler = "main" filename = "../artifacts/handler.zip" @@ -42,7 +42,7 @@ module "role" { If this repo is added as a subtree, then the version of the module should be close to the version shown here: -`1.3.36` +`x.y.z` Note, however that subtrees can be altered as desired within repositories. @@ -65,7 +65,7 @@ Below is automatically generated documentation on this Terraform module using [t | Name | Version | |------|---------| -| [aws](#provider\_aws) | 5.22.0 | +| [aws](#provider\_aws) | 5.23.1 | ## Modules