Skip to content

Commit 89233b8

Browse files
committed
Update default to null
1 parent 3d31d20 commit 89233b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ variable "data_disk_scsi_controller" {
197197
variable "scsi_bus_sharing" {
198198
description = "scsi_bus_sharing mode, acceptable values physicalSharing,virtualSharing,noSharing"
199199
type = string
200-
default = "noSharing"
200+
default = null
201201
}
202202

203203
variable "scsi_type" {

0 commit comments

Comments
 (0)