Skip to content

Commit

Permalink
fix: schema descriptions fix for restore cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
wai-wong-edb committed Dec 11, 2023
1 parent 74118c8 commit 49d439b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/provider/resource_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -402,11 +402,11 @@ func (c *clusterResource) Schema(ctx context.Context, req resource.SchemaRequest
Computed: true,
},
"import_from_deleted": schema.BoolAttribute{
Description: "Used by import function only to import a deleted cluster",
Description: "Used by the import function only to import a deleted cluster",
Optional: true,
},
"restore_from_deleted": schema.BoolAttribute{
Description: "For restoring a cluster. Specifies if the cluster you want to restore is deleted",
Description: "For restoring a cluster. Specifies if the cluster you want to restore is from deleted",
Optional: true,
},
"restore_cluster_id": schema.StringAttribute{
Expand Down

0 comments on commit 49d439b

Please sign in to comment.