From 87c45678ef4d64be40c20ddf3e75365f9957ecfd Mon Sep 17 00:00:00 2001 From: yhakbar Date: Mon, 11 Sep 2023 20:04:30 +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 d0aef32..1dd945a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Use this URL for the source of the module. See the usage examples below for more details. ```hcl -github.com/pbs/terraform-aws-s3-bucket-policy-module?ref=1.0.13 +github.com/pbs/terraform-aws-s3-bucket-policy-module?ref=x.y.z ``` ### Alternative Installation Methods @@ -30,7 +30,7 @@ Integrate this module like so: ```hcl module "s3_bucket_policy" { - source = "github.com/pbs/terraform-aws-s3-bucket-policy-module?ref=1.0.13" + source = "github.com/pbs/terraform-aws-s3-bucket-policy-module?ref=x.y.z" # Tagging Parameters product = var.product @@ -43,7 +43,7 @@ module "s3_bucket_policy" { If this repo is added as a subtree, then the version of the module should be close to the version shown here: -`1.0.13` +`x.y.z` Note, however that subtrees can be altered as desired within repositories. @@ -66,7 +66,7 @@ Below is automatically generated documentation on this Terraform module using [t | Name | Version | |------|---------| -| [aws](#provider\_aws) | 5.15.0 | +| [aws](#provider\_aws) | 5.16.1 | ## Modules