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
| <aname="input_pod_pinner_values"></a> [pod\_pinner\_values](#input\_pod\_pinner\_values)| List of YAML formatted string values for agent helm chart |`list(string)`|`[]`| no |
459
459
| <aname="input_pod_pinner_version"></a> [pod\_pinner\_version](#input\_pod\_pinner\_version)| Version of pod-pinner helm chart. Default latest |`string`|`null`| no |
| <aname="input_self_managed"></a> [self\_managed](#input\_self\_managed)| Whether CAST AI components' upgrades are managed by a customer; by default upgrades are managed CAST AI central system. |`bool`|`false`| no |
461
+
| <aname="input_self_managed"></a> [self\_managed](#input\_self\_managed)| Whether CAST AI components' upgrades are managed by a customer; by default upgrades are managed CAST AI central system. WARNING: changing this after the module was created is not supported. |`bool`|`false`| no |
462
462
| <aname="input_spot_handler_values"></a> [spot\_handler\_values](#input\_spot\_handler\_values)| List of YAML formatted string values for spot-handler helm chart |`list(string)`|`[]`| no |
463
463
| <aname="input_spot_handler_version"></a> [spot\_handler\_version](#input\_spot\_handler\_version)| Version of castai-spot-handler helm chart. If not provided, latest version will be used. |`string`|`null`| no |
| <aname="output_castai_node_configurations"></a> [castai\_node\_configurations](#output\_castai\_node\_configurations)| Map of node configurations ids by name |
476
476
| <aname="output_castai_node_templates"></a> [castai\_node\_templates](#output\_castai\_node\_templates)| Map of node template by name |
477
477
| <aname="output_cluster_id"></a> [cluster\_id](#output\_cluster\_id)| CAST.AI cluster id, which can be used for accessing cluster data using API |
478
+
| <aname="output_organization_id"></a> [organization\_id](#output\_organization\_id)| CAST.AI organization id of the cluster |
Copy file name to clipboardExpand all lines: variables.tf
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -236,7 +236,7 @@ variable "kvisor_version" {
236
236
variable"self_managed" {
237
237
type=bool
238
238
default=false
239
-
description="Whether CAST AI components' upgrades are managed by a customer; by default upgrades are managed CAST AI central system."
239
+
description="Whether CAST AI components' upgrades are managed by a customer; by default upgrades are managed CAST AI central system. WARNING: changing this after the module was created is not supported."
0 commit comments