From 9f9ded31021ff2e515a8467adaf1a85e74c4dcb6 Mon Sep 17 00:00:00 2001 From: Ales Stimec Date: Tue, 17 Dec 2024 14:58:17 +0100 Subject: [PATCH] Update internal/provider/resource_kubernetes_cloud.go Co-authored-by: Kian Parvin <46668016+kian99@users.noreply.github.com> --- internal/provider/resource_kubernetes_cloud.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/provider/resource_kubernetes_cloud.go b/internal/provider/resource_kubernetes_cloud.go index 1f49cb32..68ad47f0 100644 --- a/internal/provider/resource_kubernetes_cloud.go +++ b/internal/provider/resource_kubernetes_cloud.go @@ -104,7 +104,7 @@ func (r *kubernetesCloudResource) Schema(_ context.Context, req resource.SchemaR Optional: true, }, "parent_cloud_region": schema.StringAttribute{ - Description: "The parent cloud region name in case adding k8s cluster from existed cloud. Changing this value will cause the cloud to be destroyed and recreated by terraform. *Note* that this value must be set when running against a JAAS controller.", + Description: "The parent cloud region name, for adding a k8s cluster from an existing cloud. Changing this value will cause the cloud to be destroyed and recreated by terraform. *Note* that this value must be set when running against a JAAS controller.", Optional: true, }, "id": schema.StringAttribute{