File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
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=1.3.37
8
+ github.com/pbs/terraform-aws-lambda-module?ref=x.y.z
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=1.3.37 "
25
+ source = "github.com/pbs/terraform-aws-lambda-module?ref=x.y.z "
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
- ` 1.3.37 `
45
+ ` x.y.z `
46
46
47
47
Note, however that subtrees can be altered as desired within repositories.
48
48
@@ -71,7 +71,7 @@ Below is automatically generated documentation on this Terraform module using [t
71
71
72
72
| Name | Source | Version |
73
73
| ------| --------| ---------|
74
- | <a name =" module_default_role " ></a > [ default\_ role] ( #module\_ default\_ role ) | github.com/pbs/terraform-aws-iam-role-module | 0.1.22 |
74
+ | <a name =" module_default_role " ></a > [ default\_ role] ( #module\_ default\_ role ) | github.com/pbs/terraform-aws-iam-role-module | 0.2.0 |
75
75
76
76
## Resources
77
77
You can’t perform that action at this time.
0 commit comments