Skip to content

Commit

Permalink
README update (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocode authored Jan 27, 2022
1 parent 3a411dd commit 96c8bf8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,12 @@ For automated tests of the complete example using [bats](https://github.com/bats

```hcl
module "inspector" {
source = "https://github.com/cloudposse/terraform-aws-inspector.git?ref=master"
source = "cloudposse/inspector/aws"
# Cloud Posse recommends pinning every module to a specific version
# version = "x.x.x"
create_iam_role = true
enabled_rules = ["arn:aws:inspector:us-east-2:646659390643:rulespackage/0-m8r61nnh"]
enabled_rules = ["cis"]
}
```

Expand Down Expand Up @@ -365,12 +367,14 @@ Check out [our other projects][github], [follow us on twitter][twitter], [apply
### Contributors

<!-- markdownlint-disable -->
| [![Matt Calhoun][mcalhoun_avatar]][mcalhoun_homepage]<br/>[Matt Calhoun][mcalhoun_homepage] |
|---|
| [![Matt Calhoun][mcalhoun_avatar]][mcalhoun_homepage]<br/>[Matt Calhoun][mcalhoun_homepage] | [![RB][nitrocode_avatar]][nitrocode_homepage]<br/>[RB][nitrocode_homepage] |
|---|---|
<!-- markdownlint-restore -->

[mcalhoun_homepage]: https://github.com/mcalhoun
[mcalhoun_avatar]: https://img.cloudposse.com/150x150/https://github.com/mcalhoun.png
[nitrocode_homepage]: https://github.com/nitrocode
[nitrocode_avatar]: https://img.cloudposse.com/150x150/https://github.com/nitrocode.png

[![README Footer][readme_footer_img]][readme_footer_link]
[![Beacon][beacon]][website]
Expand Down
8 changes: 6 additions & 2 deletions README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,12 @@ usage: |-
```hcl
module "inspector" {
source = "https://github.com/cloudposse/terraform-aws-inspector.git?ref=master"
source = "cloudposse/inspector/aws"
# Cloud Posse recommends pinning every module to a specific version
# version = "x.x.x"
create_iam_role = true
enabled_rules = ["arn:aws:inspector:us-east-2:646659390643:rulespackage/0-m8r61nnh"]
enabled_rules = ["cis"]
}
```
Expand All @@ -114,3 +116,5 @@ include:
contributors:
- name: "Matt Calhoun"
github: "mcalhoun"
- name: "RB"
github: "nitrocode"

0 comments on commit 96c8bf8

Please sign in to comment.