Skip to content

Commit 1aa2e32

Browse files
committed
Running document script
1 parent afdf34a commit 1aa2e32

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Use this URL for the source of the module. See the usage examples below for more details.
88

99
```hcl
10-
github.com/pbs/terraform-aws-elasticache-redis-standalone-module?ref=1.0.18
10+
github.com/pbs/terraform-aws-elasticache-redis-standalone-module?ref=x.y.z
1111
```
1212

1313
### Alternative Installation Methods
@@ -28,7 +28,7 @@ Integrate this module like so:
2828

2929
```hcl
3030
module "redis" {
31-
source = "github.com/pbs/terraform-aws-elasticache-redis-standalone-module?ref=1.0.18"
31+
source = "github.com/pbs/terraform-aws-elasticache-redis-standalone-module?ref=x.y.z"
3232
3333
# Tagging Parameters
3434
organization = var.organization
@@ -44,7 +44,7 @@ module "redis" {
4444

4545
If this repo is added as a subtree, then the version of the module should be close to the version shown here:
4646

47-
`1.0.18`
47+
`x.y.z`
4848

4949
Note, however that subtrees can be altered as desired within repositories.
5050

@@ -67,7 +67,7 @@ Below is automatically generated documentation on this Terraform module using [t
6767

6868
| Name | Version |
6969
|------|---------|
70-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.20.0 |
70+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.21.0 |
7171

7272
## Modules
7373

0 commit comments

Comments
 (0)