diff --git a/modules/integrations/cloud-logs/README.md b/modules/integrations/cloud-logs/README.md index be29c42..0cf3794 100644 --- a/modules/integrations/cloud-logs/README.md +++ b/modules/integrations/cloud-logs/README.md @@ -49,13 +49,14 @@ No modules. | Name | Description | Type | Default | Required | |------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------|---------------|-------------------------------------------------------------|:--------:| -| [sysdig\_secure\_account\_id](#input\_sysdig\_secure\_account\_id) | (Required) ID of the Sysdig Cloud Account to enable Cloud Logs integration for (in case of organization, ID of the Sysdig management account) | `string` | n/a | yes | -| [folder\_arn](#input\_folder\_arn) | (Required) The ARN of your CloudTrail Bucket Folder | `string` | n/a | yes | -| [tags](#input\_tags) | (Optional) Name to be assigned to all child resources. A suffix may be added internally when required. | `map(string)` |
{
  "product": "sysdig-secure-for-cloud"
} |    no    |
-|  [name](#input\_name)                                                                   | (Optional) Sysdig secure-for-cloud tags. always include 'product' default tag for resource-group proper functioning                           | `string`      | sysdig-secure-cloudlogs                                     |    no    |
-|  [regions](#input\_regions)                                                          | (Optional) The list of AWS regions we want to scrape data from                                                                                | `set(string)` | `[]`                                                        |    no    |
-|  [is\_gov\_cloud](#input\_is\_gov\_cloud\_onboarding)                | true/false whether secure-for-cloud should be deployed in a govcloud account/org or not                                                       | `bool`        | `false`                                                     |    no    |
-
+|  [sysdig\_secure\_account\_id](#sysdig\_secure\_account\_id)              | ID of the Sysdig Cloud Account to enable Cloud Logs integration for (in case of organization, ID of the Sysdig management account)            | `string`      | n/a                                                         |   yes    |
+|  [bucket\_arn](#bucket\_arn)                                                            | (Required) The ARN of your CloudTrail Bucket                                                                                                   | `string`      | n/a                                                         |   yes    |
+|  [tags](#tags)                                                                                | (Optional) Sysdig secure-for-cloud tags. always include 'product' default tag for resource-group proper functioning                           | `map(string)` | {
  "product": "sysdig-secure-for-cloud"
} |    no    |
+|  [name](#name)                                                                                | (Optional) Name to be assigned to all child resources. A suffix may be added internally when required. Use default value unless you need to install multiple instances | `string`      | sysdig-secure-cloudlogs                                     |    no    |
+|  [regions](#regions)                                                                      | (Optional) The list of AWS regions we want to scrape data from                                                                                | `set(string)` | `[]`                                                        |    no    |
+|  [is\_gov\_cloud\_onboarding](#is\_gov\_cloud\_onboarding)                 | true/false whether secure-for-cloud should be deployed in a govcloud account/org or not                                                       | `bool`        | `false`                                                     |    no    |
+|  [topic\_arn](#topic\_arn)                                                              | SNS Topic ARN that will forward CloudTrail notifications to Sysdig Secure                                                                     | `string`      | n/a                                                         |   yes    |
+|  [create\_topic](#create\_topic)                                                     | true/false whether terraform should create the SNS Topic                                                                                      | `bool`        | `false`                                                     |    no    |
 ## Outputs
 
 | Name                                                                                                            | Description                                                                                |