From a496048104808bbb68008f8693847dff4dd70541 Mon Sep 17 00:00:00 2001 From: banovicn Date: Tue, 29 Dec 2020 10:12:44 +0000 Subject: [PATCH] terraform-docs: Update module usage --- README.md | 2 +- modules/security_hub/README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6adfb816..b45aaa80 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ module "landing_zone"{ | aws\_require\_imdsv2 | Enable SCP which requires EC2 instances to use V2 of the Instance Metadata Service | `bool` | `true` | no | | datadog | Datadog integration options for the core accounts |
object({
api_key = string
enable_integration = bool
install_log_forwarder = bool
site_url = string
})
| `null` | no | | monitor\_iam\_access | List of IAM Identities that should have their access monitored |
list(object({
account = string
name = string
type = string
}))
| `null` | no | -|sns_security_subscription | Aggregated security SNS topic subscription |
list(object({
sns_endpoint = string
sns_endpoint_protocol = string
}))
| `null` | no | +| sns\_security\_subscription | Aggregated security SNS topic subscription options |
list(object({
sns_endpoint = string
sns_endpoint_protocol = string
}))
| `null` | no | ## Outputs diff --git a/modules/security_hub/README.md b/modules/security_hub/README.md index ea687d2f..333eb08c 100644 --- a/modules/security_hub/README.md +++ b/modules/security_hub/README.md @@ -19,9 +19,11 @@ Terraform module to setup and manage AWS Security Hub. | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| +| account\_id | AWS Account ID | `string` | n/a | yes | | member\_accounts | A map of accounts that should be added as SecurityHub Member Accounts (format: account\_id = email) | `map(string)` | `{}` | no | | product\_arns | A list of the ARNs of the products you want to import into Security Hub | `list(string)` | `[]` | no | | region | The name of the AWS region where SecurityHub will be enabled | `string` | `"eu-west-1"` | no | +| sns\_security\_subscription | Aggregated security SNS topic subscription options |
list(object({
sns_endpoint = string
sns_endpoint_protocol = string
}))
| `null` | no | ## Outputs