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 55### Using the Repo Source
66
77``` hcl
8- github.com/pbs/terraform-aws-lambda-module?ref=x.y.z
8+ github.com/pbs/terraform-aws-lambda-module?ref=1.3.26
99```
1010
1111### Alternative Installation Methods
@@ -22,7 +22,7 @@ Integrate this module like so:
2222
2323``` hcl
2424module "role" {
25- source = "github.com/pbs/terraform-aws-lambda-module?ref=x.y.z "
25+ source = "github.com/pbs/terraform-aws-lambda-module?ref=1.3.26 "
2626
2727 handler = "main"
2828 filename = "../artifacts/handler.zip"
@@ -42,7 +42,7 @@ module "role" {
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+ ` 1.3.26 `
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