From 8b23cc765a47c04840eadead1d97023d7eaec0c9 Mon Sep 17 00:00:00 2001 From: ccioltan Date: Thu, 11 Apr 2024 09:04:11 +0000 Subject: [PATCH] Update README for new release: 0.4.0 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 393dca3..65ac1b5 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-rds-module?ref=x.y.z +github.com/pbs/terraform-aws-rds-module?ref=0.4.0 ``` ### Alternative Installation Methods @@ -28,7 +28,7 @@ Integrate this module like so: ```hcl module "rds" { - source = "github.com/pbs/terraform-aws-rds-module?ref=x.y.z" + source = "github.com/pbs/terraform-aws-rds-module?ref=0.4.0" # Required Parameters private_hosted_zone = "example.local" @@ -47,7 +47,7 @@ module "rds" { 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.4.0` Note, however that subtrees can be altered as desired within repositories.