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 6
6
7
7
``` hcl
8
8
module "lambda" {
9
- source = "github.com/pbs/terraform-aws-lambda-module?ref=x.y.z "
9
+ source = "github.com/pbs/terraform-aws-lambda-module?ref=0.0.3 "
10
10
}
11
11
```
12
12
@@ -24,7 +24,7 @@ Integrate this module like so:
24
24
25
25
``` hcl
26
26
module "role" {
27
- source = "github.com/pbs/terraform-aws-lambda-module?ref=x.y.z "
27
+ source = "github.com/pbs/terraform-aws-lambda-module?ref=0.0.3 "
28
28
29
29
handler = "main"
30
30
filename = "../artifacts/handler.zip"
@@ -44,7 +44,7 @@ module "role" {
44
44
45
45
If this repo is added as a subtree, then the version of the module should be close to the version shown here:
46
46
47
- ` x.y.z `
47
+ ` 0.0.3 `
48
48
49
49
Note, however that subtrees can be altered as desired within repositories.
50
50
You can’t perform that action at this time.
0 commit comments