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,