File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 77Use 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=1.0.24
1111```
1212
1313### Alternative Installation Methods
@@ -28,7 +28,7 @@ Integrate this module like so:
2828
2929``` hcl
3030module "redis" {
31- source = "github.com/pbs/terraform-aws-elasticache-redis-standalone-module?ref=x.y.z "
31+ source = "github.com/pbs/terraform-aws-elasticache-redis-standalone-module?ref=1.0.24 "
3232
3333 # Tagging Parameters
3434 organization = var.organization
@@ -44,7 +44,7 @@ module "redis" {
4444
4545If this repo is added as a subtree, then the version of the module should be close to the version shown here:
4646
47- ` x.y.z `
47+ ` 1.0.24 `
4848
4949Note, however that subtrees can be altered as desired within repositories.
5050
You can’t perform that action at this time.
0 commit comments