Skip to content

Commit

Permalink
fix: remove from_deleted field from pgd
Browse files Browse the repository at this point in the history
  • Loading branch information
wai-wong-edb committed Dec 4, 2023
1 parent 4bb809d commit 5985e49
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/provider/resource_pgd.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@ func PgdSchema(ctx context.Context) schema.Schema {
Description: "Show the most recent cluster when there are multiple clusters with the same name",
Optional: true,
},
"from_deleted": schema.BoolAttribute{
Description: "For restoring a cluster. Specifies if the cluster you want to restore is deleted",
Optional: true,
},
"password": schema.StringAttribute{
Description: "Password for the user edb_admin. It must be 12 characters or more.",
Required: true,
Expand Down

0 comments on commit 5985e49

Please sign in to comment.