Skip to content

Commit

Permalink
Running document script
Browse files Browse the repository at this point in the history
  • Loading branch information
yhakbar committed Oct 30, 2023
1 parent 9344c8b commit 0e72587
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Use this URL for the source of the module. See the usage examples below for more details.

```hcl
github.com/pbs/terraform-aws-cloudwatch-alarms-module?ref=0.0.27
github.com/pbs/terraform-aws-cloudwatch-alarms-module?ref=x.y.z
```

### Alternative Installation Methods
Expand All @@ -24,7 +24,7 @@ Integrate this module like so:

```hcl
module "alarm" {
source = "github.com/pbs/terraform-aws-cloudwatch-alarms-module?ref=0.0.27"
source = "github.com/pbs/terraform-aws-cloudwatch-alarms-module?ref=x.y.z"
namespace = "AWS/Lambda"
lambda_function = aws_lambda_function.lambda.id
Expand All @@ -43,7 +43,7 @@ module "alarm" {

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

`0.0.27`
`x.y.z`

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

Expand All @@ -66,7 +66,7 @@ Below is automatically generated documentation on this Terraform module using [t

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.22.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.23.1 |

## Modules

Expand Down

0 comments on commit 0e72587

Please sign in to comment.