Add toggle to tfdoc to remove type hints (#3842)
* Add toggle to tfdoc to remove type hints * Update all readmes * Fix python formatting
This commit is contained in:
@@ -210,8 +210,8 @@ fe80::/10
|
||||
| name | description | type | required | default |
|
||||
|---|---|:---:|:---:|:---:|
|
||||
| [project_id](variables.tf#L29) | Project used for resources. | <code>string</code> | ✓ | |
|
||||
| [tenant_config](variables.tf#L66) | SecOps Tenant configuration. | <code title="object({ customer_id = string region = string })">object({…})</code> | ✓ | |
|
||||
| [factories_config](variables.tf#L17) | Paths to YAML config expected in 'rules' and 'reference_lists'. Path to folders containing rules definitions (yaral files) and reference lists content (txt files) for the corresponding _defs keys. | <code title="object({ rules = optional(string) rules_defs = optional(string, "data/rules") reference_lists = optional(string) reference_lists_defs = optional(string, "data/reference_lists") })">object({…})</code> | | <code>{}</code> |
|
||||
| [reference_lists_config](variables.tf#L34) | SecOps Reference lists configuration. | <code title="map(object({ description = string type = string }))">map(object({…}))</code> | | <code>{}</code> |
|
||||
| [rules_config](variables.tf#L49) | SecOps Detection rules configuration. | <code title="map(object({ enabled = optional(bool, true) alerting = optional(bool, false) archived = optional(bool, false) run_frequency : optional(string) }))">map(object({…}))</code> | | <code>{}</code> |
|
||||
| [tenant_config](variables.tf#L66) | SecOps Tenant configuration. | <code>object({…})</code> | ✓ | |
|
||||
| [factories_config](variables.tf#L17) | Paths to YAML config expected in 'rules' and 'reference_lists'. Path to folders containing rules definitions (yaral files) and reference lists content (txt files) for the corresponding _defs keys. | <code>object({…})</code> | | <code>{}</code> |
|
||||
| [reference_lists_config](variables.tf#L34) | SecOps Reference lists configuration. | <code>map(object({…}))</code> | | <code>{}</code> |
|
||||
| [rules_config](variables.tf#L49) | SecOps Detection rules configuration. | <code>map(object({…}))</code> | | <code>{}</code> |
|
||||
<!-- END TFDOC -->
|
||||
|
||||
Reference in New Issue
Block a user