File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
Use this URL for the source of the module. See the usage examples below for more details.
8
8
9
9
``` hcl
10
- github.com/pbs/terraform-aws-lambda-cron-module?ref=0.1.37
10
+ github.com/pbs/terraform-aws-lambda-cron-module?ref=x.y.z
11
11
```
12
12
13
13
### Alternative Installation Methods
@@ -22,7 +22,7 @@ Integrate this module like so:
22
22
23
23
``` hcl
24
24
module "lambda-cron" {
25
- source = "github.com/pbs/terraform-aws-lambda-cron-module?ref=0.1.37 "
25
+ source = "github.com/pbs/terraform-aws-lambda-cron-module?ref=x.y.z "
26
26
27
27
# Required Parameters
28
28
handler = "main"
@@ -44,7 +44,7 @@ module "lambda-cron" {
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
- ` 0.1.37 `
47
+ ` x.y.z `
48
48
49
49
Note, however that subtrees can be altered as desired within repositories.
50
50
@@ -67,13 +67,13 @@ Below is automatically generated documentation on this Terraform module using [t
67
67
68
68
| Name | Version |
69
69
| ------| ---------|
70
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | 5.21 .0 |
70
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | 5.22 .0 |
71
71
72
72
## Modules
73
73
74
74
| Name | Source | Version |
75
75
| ------| --------| ---------|
76
- | <a name =" module_lambda " ></a > [ lambda] ( #module\_ lambda ) | github.com/pbs/terraform-aws-lambda-module | 1.3.33 |
76
+ | <a name =" module_lambda " ></a > [ lambda] ( #module\_ lambda ) | github.com/pbs/terraform-aws-lambda-module | 1.3.35 |
77
77
78
78
## Resources
79
79
You can’t perform that action at this time.
0 commit comments