Skip to content

Commit 91b4890

Browse files
committed
Update README for new release: 0.0.3
1 parent 721695f commit 91b4890

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
```hcl
88
module "lambda" {
9-
source = "github.com/pbs/terraform-aws-lambda-module?ref=x.y.z"
9+
source = "github.com/pbs/terraform-aws-lambda-module?ref=0.0.3"
1010
}
1111
```
1212

@@ -24,7 +24,7 @@ Integrate this module like so:
2424

2525
```hcl
2626
module "role" {
27-
source = "github.com/pbs/terraform-aws-lambda-module?ref=x.y.z"
27+
source = "github.com/pbs/terraform-aws-lambda-module?ref=0.0.3"
2828
2929
handler = "main"
3030
filename = "../artifacts/handler.zip"
@@ -44,7 +44,7 @@ module "role" {
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.0.3`
4848

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

0 commit comments

Comments
 (0)