Skip to content

Commit

Permalink
Fixing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
GomathiselviS committed Feb 22, 2024
1 parent a491c9b commit e538519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/host_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e538519

Please sign in to comment.