Skip to content

Commit 3d31d20

Browse files
committed
Fix default
1 parent 496f688 commit 3d31d20

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 = ""
200+
default = "noSharing"
201201
}
202202

203203
variable "scsi_type" {

0 commit comments

Comments
 (0)