File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ func resourceRestAPI() *schema.Resource {
145
145
"update_data" : {
146
146
Type : schema .TypeString ,
147
147
Optional : true ,
148
- Description : "Valid JSON data to pass during to update requests." ,
148
+ Description : "Valid JSON object to pass during to update requests." ,
149
149
Sensitive : isDataSensitive ,
150
150
ValidateFunc : func (val interface {}, key string ) (warns []string , errs []error ) {
151
151
v := val .(string )
@@ -162,7 +162,7 @@ func resourceRestAPI() *schema.Resource {
162
162
"destroy_data" : {
163
163
Type : schema .TypeString ,
164
164
Optional : true ,
165
- Description : "Valid JSON data to pass during to destroy requests." ,
165
+ Description : "Valid JSON object to pass during to destroy requests." ,
166
166
Sensitive : isDataSensitive ,
167
167
ValidateFunc : func (val interface {}, key string ) (warns []string , errs []error ) {
168
168
v := val .(string )
You can’t perform that action at this time.
0 commit comments