fix: add missing status attribute to schema (#639)
* fix: add missing status attribute to schema * fix: added review suggestion
This commit is contained in:
parent
a1e7890d86
commit
9b969ae583
1 changed files with 4 additions and 0 deletions
|
|
@ -180,6 +180,10 @@ func (r *serverDataSource) Schema(_ context.Context, _ datasource.SchemaRequest,
|
|||
Description: "Date-time when the server was updated",
|
||||
Computed: true,
|
||||
},
|
||||
"desired_status": schema.StringAttribute{
|
||||
Description: "The desired status of the server resource." + utils.SupportedValuesDocumentation(desiredStatusOptions),
|
||||
Computed: true,
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue