Skip to content

Commit

Permalink
Update status field description
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorGFM committed Sep 27, 2023
1 parent c86922c commit 811b3dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions cyral/data_source_cyral_sidecar_health.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ func dataSourceSidecarHealth() *schema.Resource {
StatusKey: {
Description: "Sidecar health status. Possible values are: `HEALTHY`, `DEGRADED`, `UNHEALTHY` " +
"and `UNKNOWN`. For more information, see " +
"[Sidecar Status](https://cyral.com/docs/sidecars/sidecar-manage/#check-sidecar-cluster-status), " +
"where each one of them are respectively explained.",
"[Sidecar Status](https://cyral.com/docs/sidecars/sidecar-manage/#check-sidecar-cluster-status).",
Type: schema.TypeString,
Computed: true,
},
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/sidecar_health.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ Retrieve aggregated information about the [sidecar's health](https://cyral.com/d
### Read-Only

- `id` (String) Data source identifier.
- `status` (String) Sidecar health status. Possible values are: `HEALTHY`, `DEGRADED`, `UNHEALTHY` and `UNKNOWN`. For more information, see [Sidecar Status](https://cyral.com/docs/sidecars/sidecar-manage/#check-sidecar-cluster-status), where each one of them are respectively explained.
- `status` (String) Sidecar health status. Possible values are: `HEALTHY`, `DEGRADED`, `UNHEALTHY` and `UNKNOWN`. For more information, see [Sidecar Status](https://cyral.com/docs/sidecars/sidecar-manage/#check-sidecar-cluster-status).

0 comments on commit 811b3dd

Please sign in to comment.