Skip to content

Commit

Permalink
Update internal/provider/resource_kubernetes_cloud.go
Browse files Browse the repository at this point in the history
Co-authored-by: Kian Parvin <[email protected]>
  • Loading branch information
alesstimec and kian99 authored Dec 17, 2024
1 parent ee0178a commit 9f9ded3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/resource_kubernetes_cloud.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 9f9ded3

Please sign in to comment.