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:
@@ -532,15 +532,15 @@ module "cb_connection" {
|
||||
| [name](variables.tf#L108) | Name. | <code>string</code> | ✓ | |
|
||||
| [project_id](variables.tf#L113) | Project ID. | <code>string</code> | ✓ | |
|
||||
| [annotations](variables.tf#L17) | Annotations. | <code>map(string)</code> | | <code>{}</code> |
|
||||
| [connection_config](variables.tf#L23) | Connection configuration. | <code title="object({ bitbucket_cloud = optional(object({ app_installation_id = optional(string) authorizer_credential_secret_version = string read_authorizer_credential_secret_version = string webhook_secret_secret_version = string workspace = string })) bitbucket_data_center = optional(object({ authorizer_credential_secret_version = string host_uri = string read_authorizer_credential_secret_version = string service = optional(string) ssl_ca = optional(string) webhook_secret_secret_version = optional(string) })) github = optional(object({ app_installation_id = optional(string) authorizer_credential_secret_version = optional(string) })) github_enterprise = optional(object({ app_id = optional(string) app_installation_id = optional(string) app_slug = optional(string) host_uri = string private_key_secret_version = optional(string) service = optional(string) ssl_ca = optional(string) webhook_secret_secret_version = optional(string) })) gitlab = optional(object({ host_uri = optional(string) webhook_secret_secret_version = string read_authorizer_credential_secret_version = string authorizer_credential_secret_version = string service = optional(string) ssl_ca = optional(string) })) })">object({…})</code> | | <code>{}</code> |
|
||||
| [connection_config](variables.tf#L23) | Connection configuration. | <code>object({…})</code> | | <code>{}</code> |
|
||||
| [connection_create](variables.tf#L78) | Create connection. | <code>bool</code> | | <code>true</code> |
|
||||
| [context](variables.tf#L85) | Context-specific interpolations. | <code title="object({ custom_roles = optional(map(string), {}) iam_principals = optional(map(string), {}) locations = optional(map(string), {}) project_ids = optional(map(string), {}) })">object({…})</code> | | <code>{}</code> |
|
||||
| [context](variables.tf#L85) | Context-specific interpolations. | <code>object({…})</code> | | <code>{}</code> |
|
||||
| [disabled](variables.tf#L97) | Flag indicating whether the connection is disabled or not. | <code>bool</code> | | <code>false</code> |
|
||||
| [iam](variables-iam.tf#L17) | IAM bindings in {ROLE => [MEMBERS]} format. | <code>map(list(string))</code> | | <code>{}</code> |
|
||||
| [iam_bindings](variables-iam.tf#L23) | Authoritative IAM bindings in {KEY => {role = ROLE, members = [], condition = {}}}. Keys are arbitrary. | <code title="map(object({ members = list(string) role = string condition = optional(object({ expression = string title = string description = optional(string) })) }))">map(object({…}))</code> | | <code>{}</code> |
|
||||
| [iam_bindings_additive](variables-iam.tf#L38) | Individual additive IAM bindings. Keys are arbitrary. | <code title="map(object({ member = string role = string condition = optional(object({ expression = string title = string description = optional(string) })) }))">map(object({…}))</code> | | <code>{}</code> |
|
||||
| [iam_bindings](variables-iam.tf#L23) | Authoritative IAM bindings in {KEY => {role = ROLE, members = [], condition = {}}}. Keys are arbitrary. | <code>map(object({…}))</code> | | <code>{}</code> |
|
||||
| [iam_bindings_additive](variables-iam.tf#L38) | Individual additive IAM bindings. Keys are arbitrary. | <code>map(object({…}))</code> | | <code>{}</code> |
|
||||
| [iam_by_principals](variables-iam.tf#L53) | Authoritative IAM binding in {PRINCIPAL => [ROLES]} format. Principals need to be statically defined to avoid cycle errors. Merged internally with the `iam` variable. | <code>map(list(string))</code> | | <code>{}</code> |
|
||||
| [repositories](variables.tf#L118) | Repositories. | <code title="map(object({ remote_uri = string annotations = optional(map(string), {}) triggers = optional(map(object({ approval_required = optional(bool, false) description = optional(string) pull_request = optional(object({ branch = optional(string) invert_regex = optional(string) comment_control = optional(string) })) push = optional(object({ branch = optional(string) invert_regex = optional(string) tag = optional(string) })) disabled = optional(bool, false) filename = string include_build_logs = optional(string) substitutions = optional(map(string), {}) service_account = optional(string) tags = optional(list(string), []) })), {}) }))">map(object({…}))</code> | | <code>{}</code> |
|
||||
| [repositories](variables.tf#L118) | Repositories. | <code>map(object({…}))</code> | | <code>{}</code> |
|
||||
|
||||
## Outputs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user