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
-`scaling_spec` (Attributes) Deployment scaling spec (see [below for nested schema](#nestedatt--scaling_spec))
32
+
-`cloud_provider` (String) Deployment cloud provider - required for 'STANDARD' deployments. If changing this value, the deployment will be recreated in the new cloud provider
33
+
-`cluster_id` (String) Deployment cluster identifier - required for 'HYBRID' and 'DEDICATED' deployments. If changing this value, the deployment will be recreated in the new cluster
34
+
-`default_task_pod_cpu` (String) Deployment default task pod CPU - required for 'STANDARD' and 'DEDICATED' deployments
35
+
-`default_task_pod_memory` (String) Deployment default task pod memory - required for 'STANDARD' and 'DEDICATED' deployments
36
+
-`is_development_mode` (Boolean) Deployment development mode - required for 'STANDARD' and 'DEDICATED' deployments
37
+
-`is_high_availability` (Boolean) Deployment high availability - required for 'STANDARD' and 'DEDICATED' deployments
38
+
-`region` (String) Deployment region - required for 'STANDARD' deployments. If changing this value, the deployment will be recreated in the new region
39
+
-`resource_quota_cpu` (String) Deployment resource quota CPU - required for 'STANDARD' and 'DEDICATED' deployments
40
+
-`resource_quota_memory` (String) Deployment resource quota memory - required for 'STANDARD' and 'DEDICATED' deployments
41
+
-`scaling_spec` (Attributes) Deployment scaling spec - only for 'STANDARD' and 'DEDICATED' deployments (see [below for nested schema](#nestedatt--scaling_spec))
42
+
-`scheduler_au` (Number) Deployment scheduler AU - required for 'HYBRID' deployments
43
+
-`scheduler_replicas` (Number) Deployment scheduler replicas - required for 'HYBRID' deployments
44
+
-`scheduler_size` (String) Deployment scheduler size - required for 'STANDARD' and 'DEDICATED' deployments
45
+
-`task_pod_node_pool_id` (String) Deployment task pod node pool identifier - required if executor is 'KUBERNETES' and type is 'HYBRID'
41
46
-`worker_queues` (Attributes List) Deployment worker queues (see [below for nested schema](#nestedatt--worker_queues))
42
47
43
48
### Read-Only
@@ -58,7 +63,6 @@ Standard Deployment resource
58
63
-`scaling_status` (Attributes) Deployment scaling status (see [below for nested schema](#nestedatt--scaling_status))
59
64
-`scheduler_cpu` (String) Deployment scheduler CPU
0 commit comments