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=0.0.2
1111```
1212
1313### Alternative Installation Methods
@@ -26,7 +26,7 @@ Integrate this module like so:
2626
2727``` hcl
2828module "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.2 "
3030
3131 # Tagging Parameters
3232 organization = var.organization
@@ -42,7 +42,7 @@ module "elasticache-redis-standalone" {
4242
4343If 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.2 `
4646
4747Note, however that subtrees can be altered as desired within repositories.
4848
You can’t perform that action at this time.
0 commit comments