Skip to content

Commit 9910ee2

Browse files
authored
Merge pull request #19 from pbs/dependabot/terraform/aws-5.6.2
Bump aws from 5.4.0 to 5.6.2
2 parents 17d0c29 + 1332db9 commit 9910ee2

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

.terraform.lock.hcl

+17-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+4-4
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.9
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.9"
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.9`
47+
`x.y.z`
4848

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

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

6868
| Name | Version |
6969
|------|---------|
70-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.4.0 |
70+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.6.2 |
7171

7272
## Modules
7373

0 commit comments

Comments
 (0)