You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/terraform-cdp-deploy/README.md
+2
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,8 @@ No resources.
88
88
| <aname="input_cdp_admin_group_name"></a> [cdp\_admin\_group\_name](#input\_cdp\_admin\_group\_name)| Name of the CDP IAM Admin Group associated with the environment. Defaults to '<env\_prefix>-cdp-admin-group' if not specified. |`string`|`null`| no |
89
89
| <aname="input_cdp_user_group_name"></a> [cdp\_user\_group\_name](#input\_cdp\_user\_group\_name)| Name of the CDP IAM User Group associated with the environment. Defaults to '<env\_prefix>-cdp-user-group' if not specified. |`string`|`null`| no |
90
90
| <aname="input_cdp_xacccount_credential_name"></a> [cdp\_xacccount\_credential\_name](#input\_cdp\_xacccount\_credential\_name)| Name of the CDP Cross Account Credential. Defaults to '<env\_prefix>-xaccount-cred' if not specified. If create\_cdp\_credential is set to false then this should should be a valid pre-existing credential. |`string`|`null`| no |
91
+
| <aname="input_compute_cluster_configuration"></a> [compute\_cluster\_configuration](#input\_compute\_cluster\_configuration)| Kubernetes configuration for the externalized compute cluster | <pre>object({<br> kube_api_authorized_ip_ranges = optional(set(string))<br> outbound_type = optional(string)<br> private_cluster = optional(bool)<br> worker_node_subnets = optional(set(string))<br> })</pre> |`null`| no |
92
+
| <aname="input_compute_cluster_enabled"></a> [compute\_cluster\_enabled](#input\_compute\_cluster\_enabled)| Enable externalized compute cluster for the environment |`bool`|`false`| no |
91
93
| <aname="input_create_cdp_credential"></a> [create\_cdp\_credential](#input\_create\_cdp\_credential)| Flag to specify if the CDP Cross Account Credential should be created. If set to false then cdp\_xacccount\_credential\_name should be a valid pre-existing credential. |`bool`|`true`| no |
92
94
| <aname="input_datalake_async_creation"></a> [datalake\_async\_creation](#input\_datalake\_async\_creation)| Flag to specify if Terraform should wait for CDP datalake resource creation/deletion |`bool`|`false`| no |
93
95
| <aname="input_datalake_call_failure_threshold"></a> [datalake\_call\_failure\_threshold](#input\_datalake\_call\_failure\_threshold)| Threshold value that specifies how many times should a single CDP Datalake API call failure happen before giving up the polling |`number`|`3`| no |
0 commit comments