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:
@@ -116,7 +116,6 @@ module "dataplex" {
|
||||
|
||||
- [ ] support multi-regions
|
||||
<!-- BEGIN TFDOC -->
|
||||
|
||||
## Variables
|
||||
|
||||
| name | description | type | required | default |
|
||||
@@ -124,7 +123,7 @@ module "dataplex" {
|
||||
| [name](variables.tf#L30) | Name of Dataplex Lake. | <code>string</code> | ✓ | |
|
||||
| [project_id](variables.tf#L41) | The ID of the project where this Dataplex Lake will be created. | <code>string</code> | ✓ | |
|
||||
| [region](variables.tf#L46) | Region of the Dataplax Lake. | <code>string</code> | ✓ | |
|
||||
| [zones](variables.tf#L51) | Dataplex lake zones, such as `RAW` and `CURATED`. | <code title="map(object({ type = string discovery = optional(bool, true) iam = optional(map(list(string)), null) assets = map(object({ resource_name = string resource_project = optional(string) cron_schedule = optional(string, "15 15 * * *") discovery_spec_enabled = optional(bool, true) resource_spec_type = optional(string, "STORAGE_BUCKET") })) }))">map(object({…}))</code> | ✓ | |
|
||||
| [zones](variables.tf#L51) | Dataplex lake zones, such as `RAW` and `CURATED`. | <code>map(object({…}))</code> | ✓ | |
|
||||
| [iam](variables.tf#L17) | Dataplex lake IAM bindings in {ROLE => [MEMBERS]} format. | <code>map(list(string))</code> | | <code>{}</code> |
|
||||
| [location_type](variables.tf#L24) | The location type of the Dataplax Lake. | <code>string</code> | | <code>"SINGLE_REGION"</code> |
|
||||
| [prefix](variables.tf#L35) | Optional prefix used to generate Dataplex Lake. | <code>string</code> | | <code>null</code> |
|
||||
@@ -137,5 +136,4 @@ module "dataplex" {
|
||||
| [id](outputs.tf#L22) | Fully qualified Dataplex Lake id. | |
|
||||
| [lake](outputs.tf#L27) | The lake name of Dataplex Lake. | |
|
||||
| [zones](outputs.tf#L32) | The zone name of Dataplex Lake. | |
|
||||
|
||||
<!-- END TFDOC -->
|
||||
|
||||
Reference in New Issue
Block a user