Skip to content

Commit

Permalink
terraform-docs: Update module usage
Browse files Browse the repository at this point in the history
  • Loading branch information
banovicn committed Dec 29, 2020
1 parent 42a0f04 commit 223e21f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | <pre>object({<br> api_key = string<br> enable_integration = bool<br> install_log_forwarder = bool<br> site_url = string<br> })</pre> | `null` | no |
| monitor\_iam\_access | List of IAM Identities that should have their access monitored | <pre>list(object({<br> account = string<br> name = string<br> type = string<br> }))</pre> | `null` | no |
|sns_security_subscription | Aggregated security SNS topic subscription | <pre>list(object({<br> sns_endpoint = string<br> sns_endpoint_protocol = string<br> }))</pre> | `null` | no |
| sns\_security\_subscription | Aggregated security SNS topic subscription options | <pre>list(object({<br> sns_endpoint = string<br> sns_endpoint_protocol = string<br> }))</pre> | `null` | no |

## Outputs

Expand Down
2 changes: 2 additions & 0 deletions modules/security_hub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ Terraform module to setup and manage AWS Security Hub.

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| account\_id | AWS Account ID | `string` | `null` | no |
| 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 | <pre>list(object({<br> sns_endpoint = string<br> sns_endpoint_protocol = string<br> }))</pre> | `null` | no |

## Outputs

Expand Down

0 comments on commit 223e21f

Please sign in to comment.