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:
@@ -228,10 +228,10 @@ module "certificate-manager" {
|
||||
| name | description | type | required | default |
|
||||
|---|---|:---:|:---:|:---:|
|
||||
| [project_id](variables.tf#L113) | Project id. | <code>string</code> | ✓ | |
|
||||
| [certificates](variables.tf#L17) | Certificates. | <code title="map(object({ description = optional(string) labels = optional(map(string), {}) location = optional(string) scope = optional(string) self_managed = optional(object({ pem_certificate = string pem_private_key = string })) managed = optional(object({ domains = list(string) dns_authorizations = optional(list(string)) issuance_config = optional(string) })) }))">map(object({…}))</code> | | <code>{}</code> |
|
||||
| [dns_authorizations](variables.tf#L63) | DNS authorizations. | <code title="map(object({ domain = string description = optional(string) location = optional(string) type = optional(string) labels = optional(map(string)) }))">map(object({…}))</code> | | <code>{}</code> |
|
||||
| [issuance_configs](variables.tf#L76) | Issuance configs. | <code title="map(object({ ca_pool = string description = optional(string) key_algorithm = string labels = optional(map(string), {}) lifetime = string location = optional(string) rotation_window_percentage = number }))">map(object({…}))</code> | | <code>{}</code> |
|
||||
| [map](variables.tf#L91) | Map attributes. | <code title="object({ name = string description = optional(string) labels = optional(map(string), {}) entries = optional(map(object({ description = optional(string) hostname = optional(string) labels = optional(map(string), {}) matcher = optional(string) certificates = list(string) })), {}) })">object({…})</code> | | <code>null</code> |
|
||||
| [certificates](variables.tf#L17) | Certificates. | <code>map(object({…}))</code> | | <code>{}</code> |
|
||||
| [dns_authorizations](variables.tf#L63) | DNS authorizations. | <code>map(object({…}))</code> | | <code>{}</code> |
|
||||
| [issuance_configs](variables.tf#L76) | Issuance configs. | <code>map(object({…}))</code> | | <code>{}</code> |
|
||||
| [map](variables.tf#L91) | Map attributes. | <code>object({…})</code> | | <code>null</code> |
|
||||
|
||||
## Outputs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user