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:
@@ -224,14 +224,14 @@ module "ssm_instance" {
|
||||
| [instance_id](variables.tf#L23) | Instance ID. | <code>string</code> | ✓ | |
|
||||
| [location](variables.tf#L40) | Location. | <code>string</code> | ✓ | |
|
||||
| [project_id](variables.tf#L55) | Project ID. | <code>string</code> | ✓ | |
|
||||
| [repositories](variables.tf#L60) | Repositories. | <code title="map(object({ description = optional(string) iam = optional(map(list(string)), {}) iam_bindings = optional(map(object({ role = string members = list(string) })), {}) iam_bindings_additive = optional(map(object({ role = string member = string })), {}) initial_config = optional(object({ default_branch = optional(string) gitignores = optional(list(string)) license = optional(string) readme = optional(string) })) branch_rules = optional(map(object({ disabled = optional(bool, false) include_pattern = string require_pull_request = optional(bool) minimum_approvals_count = optional(number) minimum_reviews_count = optional(number) require_comments_resolved = optional(bool) allow_stale_reviews = optional(bool) require_linear_history = optional(bool) })), {}) }))">map(object({…}))</code> | ✓ | |
|
||||
| [repositories](variables.tf#L60) | Repositories. | <code>map(object({…}))</code> | ✓ | |
|
||||
| [iam](variables-iam.tf#L17) | IAM bindings. | <code>map(list(string))</code> | | <code>{}</code> |
|
||||
| [iam_bindings](variables-iam.tf#L23) | IAM bindings. | <code title="map(object({ role = string members = list(string) }))">map(object({…}))</code> | | <code>{}</code> |
|
||||
| [iam_bindings_additive](variables-iam.tf#L32) | IAM bindings. | <code title="map(object({ role = string member = string }))">map(object({…}))</code> | | <code>{}</code> |
|
||||
| [iam_bindings](variables-iam.tf#L23) | IAM bindings. | <code>map(object({…}))</code> | | <code>{}</code> |
|
||||
| [iam_bindings_additive](variables-iam.tf#L32) | IAM bindings. | <code>map(object({…}))</code> | | <code>{}</code> |
|
||||
| [instance_create](variables.tf#L17) | Create SSM Instance. When set to false, uses instance_id to reference existing SSM instance. | <code>bool</code> | | <code>true</code> |
|
||||
| [kms_key](variables.tf#L28) | KMS key. | <code>string</code> | | <code>null</code> |
|
||||
| [labels](variables.tf#L34) | Instance labels. | <code>map(string)</code> | | <code>null</code> |
|
||||
| [private_configs](variables.tf#L45) | The configurations for SSM private instances. | <code title="object({ is_private = optional(bool, true) ca_pool_id = optional(string) })">object({…})</code> | | <code>{}</code> |
|
||||
| [private_configs](variables.tf#L45) | The configurations for SSM private instances. | <code>object({…})</code> | | <code>{}</code> |
|
||||
|
||||
## Outputs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user