Skip to content

Commit bd22a7c

Browse files
authored
Merge pull request #10 from pbs/dependabot/terraform/lambda--github--pbs/terraform-aws-lambda-module--1.3.1-1.3.3
Bump lambda::terraform-aws-lambda-module from 1.3.1 to 1.3.3
2 parents 80564c6 + 2dd92f2 commit bd22a7c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Use this URL for the source of the module. See the usage examples below for more details.
88

99
```hcl
10-
github.com/pbs/terraform-aws-lambda-cron-module?ref=0.1.7
10+
github.com/pbs/terraform-aws-lambda-cron-module?ref=x.y.z
1111
```
1212

1313
### Alternative Installation Methods
@@ -22,7 +22,7 @@ Integrate this module like so:
2222

2323
```hcl
2424
module "lambda-cron" {
25-
source = "github.com/pbs/terraform-aws-lambda-cron-module?ref=0.1.7"
25+
source = "github.com/pbs/terraform-aws-lambda-cron-module?ref=x.y.z"
2626
2727
# Required Parameters
2828
handler = "main"
@@ -44,7 +44,7 @@ module "lambda-cron" {
4444

4545
If this repo is added as a subtree, then the version of the module should be close to the version shown here:
4646

47-
`0.1.7`
47+
`x.y.z`
4848

4949
Note, however that subtrees can be altered as desired within repositories.
5050

@@ -73,7 +73,7 @@ Below is automatically generated documentation on this Terraform module using [t
7373

7474
| Name | Source | Version |
7575
|------|--------|---------|
76-
| <a name="module_lambda"></a> [lambda](#module\_lambda) | github.com/pbs/terraform-aws-lambda-module | 1.3.1 |
76+
| <a name="module_lambda"></a> [lambda](#module\_lambda) | github.com/pbs/terraform-aws-lambda-module | 1.3.3 |
7777

7878
## Resources
7979

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "lambda" {
2-
source = "github.com/pbs/terraform-aws-lambda-module?ref=1.3.1"
2+
source = "github.com/pbs/terraform-aws-lambda-module?ref=1.3.3"
33

44
# Required
55
handler = var.handler

0 commit comments

Comments
 (0)