Skip to content

Commit

Permalink
Clarify node configuration update flow.
Browse files Browse the repository at this point in the history
  • Loading branch information
apasyniuk committed Jan 18, 2024
1 parent 9746bc5 commit 7f6eb3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion castai/resource_node_configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func resourceNodeConfiguration() *schema.Resource {
Required: true,
ForceNew: true,
ValidateDiagFunc: validation.ToDiagFunc(validation.StringIsNotWhiteSpace),
Description: "Name of the node configuration",
Description: "Name of the node configuration. It must be unique within the cluster. In case of cluster is reonboarded to Terraform, when previously it was onboarded with CAST AI UI, and the name corresponds to previously created node configuration this resource will override existing configuration instead of creating new.",
},
FieldNodeConfigurationDiskCpuRatio: {
Type: schema.TypeInt,
Expand Down

0 comments on commit 7f6eb3c

Please sign in to comment.