Skip to content

Commit 51454a3

Browse files
committed
Update README for new release: 0.0.1
1 parent 4326cb3 commit 51454a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 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=x.y.z
10+
github.com/pbs/terraform-aws-elasticache-redis-standalone-module?ref=0.0.1
1111
```
1212

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

2727
```hcl
2828
module "elasticache-redis-standalone" {
29-
source = "github.com/pbs/terraform-aws-elasticache-redis-standalone-module?ref=x.y.z"
29+
source = "github.com/pbs/terraform-aws-elasticache-redis-standalone-module?ref=0.0.1"
3030
3131
# Tagging Parameters
3232
organization = var.organization
@@ -42,7 +42,7 @@ module "elasticache-redis-standalone" {
4242

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

45-
`x.y.z`
45+
`0.0.1`
4646

4747
Note, however that subtrees can be altered as desired within repositories.
4848

0 commit comments

Comments
 (0)