File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ func Datastore() map[string]*schema.Schema {
271
271
"ds_fqdn" : {
272
272
Description : `Datastore Fully Qualified Domain Name` ,
273
273
Type : schema .TypeString ,
274
- Required : true ,
274
+ Optional : true ,
275
275
DiffSuppressFunc : func (k , oldValue , newValue string , d * schema.ResourceData ) bool {
276
276
if oldValue == fmt .Sprintf ("https://%s" , newValue ) {
277
277
return true
@@ -283,7 +283,7 @@ func Datastore() map[string]*schema.Schema {
283
283
"ds_path" : {
284
284
Description : `Datastore relative path w.r.t. Datastore root` ,
285
285
Type : schema .TypeString ,
286
- Required : true ,
286
+ Optional : true ,
287
287
},
288
288
289
289
"ds_status" : {
@@ -296,7 +296,7 @@ func Datastore() map[string]*schema.Schema {
296
296
"ds_type" : {
297
297
Description : `Datastore type` ,
298
298
Type : schema .TypeString ,
299
- Required : true ,
299
+ Optional : true ,
300
300
},
301
301
302
302
"encrypted_secrets" : {
@@ -380,7 +380,7 @@ func Datastore() map[string]*schema.Schema {
380
380
"title" : {
381
381
Description : `User defined title of the datastore. Title can be changed at any time.` ,
382
382
Type : schema .TypeString ,
383
- Required : true ,
383
+ Optional : true ,
384
384
},
385
385
}
386
386
}
You can’t perform that action at this time.
0 commit comments