Skip to content

Commit

Permalink
Merge branch 'fix-cis-benchmark-checks' of github.com:schubergphilis/…
Browse files Browse the repository at this point in the history
…terraform-aws-mcaf-landing-zone into fix-cis-benchmark-checks
  • Loading branch information
wvanheerde committed Sep 21, 2021
2 parents 9bb2106 + 66192a4 commit ade3cda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ module "landing_zone" {
| kms\_key\_policy | A valid KMS key policy JSON document | `string` | `""` | no |
| monitor\_iam\_activity | Whether IAM activity should be monitored | `bool` | `true` | no |
| monitor\_iam\_activity\_sns\_subscription | Subscription options for the LandingZone-IAMActivity SNS topic | <pre>map(object({<br> endpoint = string<br> protocol = string<br> }))</pre> | `{}` | no |
| security\_hub\_create\_cis\_metric\_filters | Enable the creation of metric filters related to the CIS AWS Foundation Security Hub Standard | `bool` | `true` | no |
| security\_hub\_standards\_arns | A list of the ARNs of the standards you want to enable in Security Hub | `list(string)` | `null` | no |

## Outputs
Expand Down

0 comments on commit ade3cda

Please sign in to comment.