Skip to content

Commit b71cb3d

Browse files
committed
Update README for new release: 0.1.43
1 parent 1015213 commit b71cb3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
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=x.y.z
10+
github.com/pbs/terraform-aws-lambda-cron-module?ref=0.1.43
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=x.y.z"
25+
source = "github.com/pbs/terraform-aws-lambda-cron-module?ref=0.1.43"
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-
`x.y.z`
47+
`0.1.43`
4848

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

0 commit comments

Comments
 (0)