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:
@@ -151,13 +151,13 @@ module "firestore" {
|
||||
|
||||
| name | description | type | required | default |
|
||||
|---|---|:---:|:---:|:---:|
|
||||
| [database](variables.tf#L41) | Database attributes. | <code title="object({ app_engine_integration_mode = optional(string) concurrency_mode = optional(string) deletion_policy = optional(string) delete_protection_state = optional(string) kms_key_name = optional(string) location_id = optional(string) name = string point_in_time_recovery_enablement = optional(string) type = optional(string) })">object({…})</code> | ✓ | |
|
||||
| [database](variables.tf#L41) | Database attributes. | <code>object({…})</code> | ✓ | |
|
||||
| [project_id](variables.tf#L228) | Project id. | <code>string</code> | ✓ | |
|
||||
| [backup_schedule](variables.tf#L17) | Backup schedule. | <code title="object({ retention = string daily_recurrence = optional(bool, false) weekly_recurrence = optional(string) })">object({…})</code> | | <code>null</code> |
|
||||
| [backup_schedule](variables.tf#L17) | Backup schedule. | <code>object({…})</code> | | <code>null</code> |
|
||||
| [database_create](variables.tf#L95) | Flag indicating whether the database should be created of not. | <code>string</code> | | <code>"true"</code> |
|
||||
| [documents](variables.tf#L101) | Documents. | <code title="map(object({ collection = string document_id = string fields = any }))">map(object({…}))</code> | | <code>{}</code> |
|
||||
| [fields](variables.tf#L112) | Fields. | <code title="map(object({ collection = string field = string indexes = optional(list(object({ query_scope = optional(string) order = optional(string) array_config = optional(string) }))) ttl_config = optional(bool, false) }))">map(object({…}))</code> | | <code>{}</code> |
|
||||
| [indexes](variables.tf#L164) | Indexes. | <code title="map(object({ api_scope = optional(string) collection = string fields = list(object({ field_path = optional(string) order = optional(string) array_config = optional(string) vector_config = optional(object({ dimension = optional(number) flat = optional(bool) })) })) query_scope = optional(string) }))">map(object({…}))</code> | | <code>{}</code> |
|
||||
| [documents](variables.tf#L101) | Documents. | <code>map(object({…}))</code> | | <code>{}</code> |
|
||||
| [fields](variables.tf#L112) | Fields. | <code>map(object({…}))</code> | | <code>{}</code> |
|
||||
| [indexes](variables.tf#L164) | Indexes. | <code>map(object({…}))</code> | | <code>{}</code> |
|
||||
|
||||
## Outputs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user