Skip to content

Commit ff9b646

Browse files
committed
Running document script
1 parent fd6f4e3 commit ff9b646

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

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

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

@@ -67,13 +67,13 @@ 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.21.0 |
70+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.22.0 |
7171

7272
## Modules
7373

7474
| Name | Source | Version |
7575
|------|--------|---------|
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 |
7777

7878
## Resources
7979

0 commit comments

Comments
 (0)