Skip to content

Commit

Permalink
small doc changes (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamengual authored Jul 9, 2021
1 parent 5d39867 commit 7ed1b14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
-->

This module provisions AWS SSM Patch manager maintenance window tasks, targets, patch baselines and patch groups and an s3 bucket for storing patch task logs.
This module provisions AWS SSM Patch manager maintenance window tasks, targets, patch baselines and patch groups and a s3 bucket for storing patch task logs.

---

Expand Down Expand Up @@ -106,7 +106,7 @@ For automated tests of the complete example using [bats](https://github.com/bats

```hcl
module "ssm_patch_manager" {
source = "cloudposse/xxxxx/aws"
source = "cloudposse/ssm-patch-manager/aws"
version = "xxxx"
name = "test"
}
Expand Down
4 changes: 2 additions & 2 deletions README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ references:

# Short description of this project
description: |-
This module provisions AWS SSM Patch manager maintenance window tasks, targets, patch baselines and patch groups and an s3 bucket for storing patch task logs.
This module provisions AWS SSM Patch manager maintenance window tasks, targets, patch baselines and patch groups and a s3 bucket for storing patch task logs.
# Introduction to the project
introduction: |-
Expand All @@ -74,7 +74,7 @@ usage: |-
```hcl
module "ssm_patch_manager" {
source = "cloudposse/xxxxx/aws"
source = "cloudposse/ssm-patch-manager/aws"
version = "xxxx"
name = "test"
}
Expand Down

0 comments on commit 7ed1b14

Please sign in to comment.