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
* goreleaser bug
* review fix for sec G115 issue
* G115 go sec fix
* go sec fix
* PLT-1911: Added graceful_creation_timeout feature for all clusters (#686)
* PLT-1911: Addded graceful_creation_timeout feature for all clusters
* added support for state and health in data source
* fixed unit test
* fixed timeout condition
* PLT-1969: Fix
* PLT-1964: Added TypeSet support for machine_pool in custom cloud (#688)
* Added TypeSet support for machine_pool in custom cloud
* added docs
* hash fix
* PLT-1964: Fixed upgrade issues
* fix update repave
* PLT-1964: Eks cluster machine_pool TypeSet update (#689)
* PLT-1964-eks: Updated typeset for eks machine_pool
* PLT-1964: Updated machine_pool to typeset update schema
* fixed unit test
* Reverted PLT-1911
Copy file name to clipboardExpand all lines: docs/resources/cluster_custom_cloud.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,7 +147,7 @@ Refer to the [Import section](/docs#import) to learn more.
147
147
-`cloud` (String) The cloud provider name.
148
148
-`cloud_account_id` (String) The cloud account id to use for this cluster.
149
149
-`cloud_config` (Block List, Min: 1, Max: 1) The Cloud environment configuration settings such as network parameters and encryption parameters that apply to this cluster. (see [below for nested schema](#nestedblock--cloud_config))
150
-
-`machine_pool` (Block List, Min: 1) The machine pool configuration for the cluster. (see [below for nested schema](#nestedblock--machine_pool))
150
+
-`machine_pool` (Block Set, Min: 1) The machine pool configuration for the cluster. (see [below for nested schema](#nestedblock--machine_pool))
Copy file name to clipboardExpand all lines: docs/resources/cluster_eks.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ Refer to the [Import section](/docs#import) to learn more.
116
116
117
117
-`cloud_account_id` (String) The AWS cloud account id to use for this cluster.
118
118
-`cloud_config` (Block List, Min: 1, Max: 1) The AWS environment configuration settings such as network parameters and encryption parameters that apply to this cluster. (see [below for nested schema](#nestedblock--cloud_config))
119
-
-`machine_pool` (Block List, Min: 1) The machine pool configuration for the cluster. (see [below for nested schema](#nestedblock--machine_pool))
119
+
-`machine_pool` (Block Set, Min: 1) The machine pool configuration for the cluster. (see [below for nested schema](#nestedblock--machine_pool))
0 commit comments