Skip to content

Commit

Permalink
reverting a change in provider.go
Browse files Browse the repository at this point in the history
  • Loading branch information
lm-madhvi committed Oct 5, 2023
1 parent 0831c21 commit 08a0d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logicmonitor/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func Provider() *schema.Provider {
Type: schema.TypeBool,
Optional: true,
Default: false,
Description: "true if going for bulk resource, default is false",
Description: "(Experimental) true if going for bulk resource, default is false",
},
},
ResourcesMap: map[string]*schema.Resource{
Expand Down

0 comments on commit 08a0d35

Please sign in to comment.