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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,8 @@ No resources.
88
88
| <aname="input_azure_xaccount_app_pword"></a> [azure\_xaccount\_app\_pword](#input\_azure\_xaccount\_app\_pword)| Password for the Azure AD Cross Account Application. Required for CDP deployment on Azure. |`string`|`null`| no |
89
89
| <aname="input_azure_xaccount_app_uuid"></a> [azure\_xaccount\_app\_uuid](#input\_azure\_xaccount\_app\_uuid)| UUID for the Azure AD Cross Account Application. Required for CDP deployment on Azure. |`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 |
@@ -113,7 +115,7 @@ No resources.
113
115
| <aname="input_environment_cascading_delete"></a> [environment\_cascading\_delete](#input\_environment\_cascading\_delete)| Flag to enable cascading delete of environment and associated resources |`bool`|`null`| no |
114
116
| <aname="input_environment_description"></a> [environment\_description](#input\_environment\_description)| Description of CDP environment |`string`|`null`| no |
115
117
| <aname="input_environment_name"></a> [environment\_name](#input\_environment\_name)| Name of the CDP environment. Defaults to '<env\_prefix>-cdp-env' if not specified. |`string`|`null`| no |
116
-
| <aname="input_environment_polling_timeout"></a> [environment\_polling\_timeout](#input\_environment\_polling\_timeout)| Timeout value in minutes for how long to poll for CDP Environment resource creation/deletion |`number`|`60`| no |
118
+
| <aname="input_environment_polling_timeout"></a> [environment\_polling\_timeout](#input\_environment\_polling\_timeout)| Timeout value in minutes for how long to poll for CDP Environment resource creation/deletion |`number`|`120`| no |
117
119
| <aname="input_freeipa_catalog"></a> [freeipa\_catalog](#input\_freeipa\_catalog)| Image catalog to use for FreeIPA image selection |`string`|`null`| no |
118
120
| <aname="input_freeipa_image_id"></a> [freeipa\_image\_id](#input\_freeipa\_image\_id)| Image ID to use for creating FreeIPA instances |`string`|`null`| no |
119
121
| <aname="input_freeipa_instance_type"></a> [freeipa\_instance\_type](#input\_freeipa\_instance\_type)| Instance Type to use for creating FreeIPA instances |`string`|`null`| no |
0 commit comments