Skip to content

Commit a7de7e4

Browse files
committed
Running document script
1 parent 9688678 commit a7de7e4

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
@@ -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-event-source-mapping-module?ref=0.1.5
10+
github.com/pbs/terraform-aws-lambda-event-source-mapping-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_event_source_mapping" {
25-
source = "github.com/pbs/terraform-aws-lambda-event-source-mapping-module?ref=0.1.5"
25+
source = "github.com/pbs/terraform-aws-lambda-event-source-mapping-module?ref=x.y.z"
2626
2727
function_name = module.lambda.arn
2828
event_source_arn = module.queue.arn
@@ -52,7 +52,7 @@ module "lambda_event_source_mapping" {
5252

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

55-
`0.1.5`
55+
`x.y.z`
5656

5757
Note, however that subtrees can be altered as desired within repositories.
5858

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

7676
| Name | Version |
7777
|------|---------|
78-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.16.1 |
78+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.17.0 |
7979

8080
## Modules
8181

0 commit comments

Comments
 (0)