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:
@@ -389,13 +389,13 @@ module "apigee" {
|
||||
| name | description | type | required | default |
|
||||
|---|---|:---:|:---:|:---:|
|
||||
| [project_id](variables.tf#L148) | Project ID. | <code>string</code> | ✓ | |
|
||||
| [addons_config](variables.tf#L17) | Addons configuration. | <code title="object({ advanced_api_ops = optional(bool, false) api_security = optional(bool, false) connectors_platform = optional(bool, false) integration = optional(bool, false) monetization = optional(bool, false) })">object({…})</code> | | <code>null</code> |
|
||||
| [dns_zones](variables.tf#L29) | DNS zones. | <code title="map(object({ domain = string description = string target_project_id = string target_network_id = string }))">map(object({…}))</code> | | <code>{}</code> |
|
||||
| [endpoint_attachments](variables.tf#L41) | Endpoint attachments. | <code title="map(object({ region = string service_attachment = string }))">map(object({…}))</code> | | <code>{}</code> |
|
||||
| [addons_config](variables.tf#L17) | Addons configuration. | <code>object({…})</code> | | <code>null</code> |
|
||||
| [dns_zones](variables.tf#L29) | DNS zones. | <code>map(object({…}))</code> | | <code>{}</code> |
|
||||
| [endpoint_attachments](variables.tf#L41) | Endpoint attachments. | <code>map(object({…}))</code> | | <code>{}</code> |
|
||||
| [envgroups](variables.tf#L51) | Environment groups (NAME => [HOSTNAMES]). | <code>map(list(string))</code> | | <code>{}</code> |
|
||||
| [environments](variables.tf#L58) | Environments. | <code title="map(object({ api_proxy_type = optional(string) description = optional(string, "Terraform-managed") display_name = optional(string) deployment_type = optional(string) envgroups = optional(list(string), []) forward_proxy_uri = 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 })), {}) node_config = optional(object({ min_node_count = optional(number) max_node_count = optional(number) })) type = optional(string) }))">map(object({…}))</code> | | <code>{}</code> |
|
||||
| [instances](variables.tf#L86) | Instances ([REGION] => [INSTANCE]). | <code title="map(object({ consumer_accept_list = optional(list(string)) description = optional(string, "Terraform-managed") disk_encryption_key = optional(string) display_name = optional(string) enable_nat = optional(bool, false) activate_nat = optional(bool, false) environments = optional(list(string), []) name = optional(string) runtime_ip_cidr_range = optional(string) troubleshooting_ip_cidr_range = optional(string) access_logging = optional(object({ enabled = optional(bool, true) filter = optional(string) })) }))">map(object({…}))</code> | | <code>{}</code> |
|
||||
| [organization](variables.tf#L116) | Apigee organization. If set to null the organization must already exist. | <code title="object({ analytics_region = optional(string) api_consumer_data_encryption_key = optional(string) api_consumer_data_location = optional(string) authorized_network = optional(string) billing_type = optional(string) control_plane_encryption_key = optional(string) database_encryption_key = optional(string) description = optional(string, "Terraform-managed") disable_vpc_peering = optional(bool, false) display_name = optional(string) properties = optional(map(string), {}) runtime_type = optional(string, "CLOUD") retention = optional(string) })">object({…})</code> | | <code>null</code> |
|
||||
| [environments](variables.tf#L58) | Environments. | <code>map(object({…}))</code> | | <code>{}</code> |
|
||||
| [instances](variables.tf#L86) | Instances ([REGION] => [INSTANCE]). | <code>map(object({…}))</code> | | <code>{}</code> |
|
||||
| [organization](variables.tf#L116) | Apigee organization. If set to null the organization must already exist. | <code>object({…})</code> | | <code>null</code> |
|
||||
|
||||
## Outputs
|
||||
|
||||
|
||||
@@ -26,9 +26,9 @@ Once the terraform configuration is applied you can verify that all is working b
|
||||
|---|---|:---:|:---:|:---:|
|
||||
| [analytics_region](variables.tf#L27) | Region. | <code>string</code> | ✓ | |
|
||||
| [instance_region](variables.tf#L32) | Region. | <code>string</code> | ✓ | |
|
||||
| [network_config](variables.tf#L37) | Network configuration. | <code title="object({ subnet_ip_cidr_range = string subnet_psc_ip_cidr_range = string subnet_proxy_only_ip_cidr_range = string })">object({…})</code> | ✓ | |
|
||||
| [network_config](variables.tf#L37) | Network configuration. | <code>object({…})</code> | ✓ | |
|
||||
| [project_id](variables.tf#L46) | Project ID. | <code>string</code> | ✓ | |
|
||||
| [_testing](variables.tf#L17) | Populate this variable to avoid triggering the data source. | <code title="object({ name = string number = number services_enabled = optional(list(string), []) })">object({…})</code> | | <code>null</code> |
|
||||
| [_testing](variables.tf#L17) | Populate this variable to avoid triggering the data source. | <code>object({…})</code> | | <code>null</code> |
|
||||
|
||||
## Outputs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user