You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove disk interface tests
* Remove region disk test also
* Fix api compile
* Add DSF to always suppress diff, readd default
* Remove unused method from GA
Signed-off-by: Modular Magician <[email protected]>
Description: `Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI. Default value: "SCSI" Possible values: ["SCSI", "NVME"]`,
355
-
Default: "SCSI",
349
+
Type: schema.TypeString,
350
+
Optional: true,
351
+
Deprecated: "This field is no longer in use, disk interfaces will be automatically determined on attachment. To resolve this issue, remove this field from your config.",
352
+
ForceNew: true,
353
+
DiffSuppressFunc: alwaysDiffSuppress,
354
+
Description: `Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI.`,
Description: `Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI. Default value: "SCSI" Possible values: ["SCSI", "NVME"]`,
131
-
Default: "SCSI",
125
+
Type: schema.TypeString,
126
+
Optional: true,
127
+
Deprecated: "This field is no longer in use, disk interfaces will be automatically determined on attachment. To resolve this issue, remove this field from your config.",
128
+
ForceNew: true,
129
+
DiffSuppressFunc: alwaysDiffSuppress,
130
+
Description: `Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI.`,
131
+
Default: "SCSI",
132
132
},
133
133
"labels": {
134
134
Type: schema.TypeMap,
@@ -335,12 +335,6 @@ func resourceComputeRegionDiskCreate(d *schema.ResourceData, meta interface{}) e
0 commit comments