Skip to content

Commit 8ecb521

Browse files
committed
Running document script
1 parent e08e64a commit 8ecb521

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### Using the Repo Source
66

77
```hcl
8-
github.com/pbs/terraform-aws-lambda-module?ref=1.3.37
8+
github.com/pbs/terraform-aws-lambda-module?ref=x.y.z
99
```
1010

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

2323
```hcl
2424
module "role" {
25-
source = "github.com/pbs/terraform-aws-lambda-module?ref=1.3.37"
25+
source = "github.com/pbs/terraform-aws-lambda-module?ref=x.y.z"
2626
2727
handler = "main"
2828
filename = "../artifacts/handler.zip"
@@ -42,7 +42,7 @@ module "role" {
4242

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

45-
`1.3.37`
45+
`x.y.z`
4646

4747
Note, however that subtrees can be altered as desired within repositories.
4848

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

7272
| Name | Source | Version |
7373
|------|--------|---------|
74-
| <a name="module_default_role"></a> [default\_role](#module\_default\_role) | github.com/pbs/terraform-aws-iam-role-module | 0.1.22 |
74+
| <a name="module_default_role"></a> [default\_role](#module\_default\_role) | github.com/pbs/terraform-aws-iam-role-module | 0.2.0 |
7575

7676
## Resources
7777

0 commit comments

Comments
 (0)