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 5
5
### Using the Repo Source
6
6
7
7
``` hcl
8
- github.com/pbs/terraform-aws-lambda-module?ref=x.y.z
8
+ github.com/pbs/terraform-aws-lambda-module?ref=1.3.39
9
9
```
10
10
11
11
### Alternative Installation Methods
@@ -22,7 +22,7 @@ Integrate this module like so:
22
22
23
23
``` hcl
24
24
module "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.39 "
26
26
27
27
handler = "main"
28
28
filename = "../artifacts/handler.zip"
@@ -42,7 +42,7 @@ module "role" {
42
42
43
43
If this repo is added as a subtree, then the version of the module should be close to the version shown here:
44
44
45
- ` x.y.z `
45
+ ` 1.3.39 `
46
46
47
47
Note, however that subtrees can be altered as desired within repositories.
48
48
You can’t perform that action at this time.
0 commit comments