Skip to content

Commit

Permalink
Update default to null
Browse files Browse the repository at this point in the history
  • Loading branch information
SamyCoenen committed Jul 20, 2020
1 parent 3d31d20 commit 89233b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ variable "data_disk_scsi_controller" {
variable "scsi_bus_sharing" {
description = "scsi_bus_sharing mode, acceptable values physicalSharing,virtualSharing,noSharing"
type = string
default = "noSharing"
default = null
}

variable "scsi_type" {
Expand Down

0 comments on commit 89233b8

Please sign in to comment.