fix(docs): wrong description for ske cluster max_unavailable field (#716)
* fix(docs): ske cluster `max_unavailable` description * generate-docs
This commit is contained in:
parent
698bbca3cc
commit
95ec24556a
2 changed files with 2 additions and 2 deletions
|
|
@ -422,7 +422,7 @@ func (r *clusterResource) Schema(_ context.Context, _ resource.SchemaRequest, re
|
|||
},
|
||||
},
|
||||
"max_unavailable": schema.Int64Attribute{
|
||||
Description: fmt.Sprintf("%s %s", descriptions["max_surge"], descriptions["nodepool_validators"]),
|
||||
Description: fmt.Sprintf("%s %s", descriptions["max_unavailable"], descriptions["nodepool_validators"]),
|
||||
Optional: true,
|
||||
Computed: true,
|
||||
PlanModifiers: []planmodifier.Int64{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue