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.38
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.38 "
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.38 `
45
+ ` x.y.z `
46
46
47
47
Note, however that subtrees can be altered as desired within repositories.
48
48
@@ -65,7 +65,7 @@ Below is automatically generated documentation on this Terraform module using [t
65
65
66
66
| Name | Version |
67
67
| ------| ---------|
68
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | 5.23.1 |
68
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | 5.24.0 |
69
69
70
70
## Modules
71
71
You can’t perform that action at this time.
0 commit comments