From e538519c05de49fb7e476479a16fab43370f294d Mon Sep 17 00:00:00 2001 From: GomathiselviS Date: Thu, 22 Feb 2024 13:02:58 -0500 Subject: [PATCH] Fixing docs --- internal/provider/host_resource.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/provider/host_resource.go b/internal/provider/host_resource.go index d88c94a..c3fbc5c 100644 --- a/internal/provider/host_resource.go +++ b/internal/provider/host_resource.go @@ -128,7 +128,7 @@ func (r *HostResource) Schema(_ context.Context, _ resource.SchemaRequest, resp PlanModifiers: []planmodifier.Bool{ boolplanmodifier.UseStateForUnknown(), }, - Description: "Denotes if the host is online and is available or not", + Description: "Denotes if the host is online and is available", }, "groups": schema.SetAttribute{ ElementType: types.Int64Type,