Skip to content

Commit

Permalink
Add one more variable for additional disks
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinaldi Utomo committed Mar 27, 2020
1 parent 1c0ec45 commit 037ea1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/instance_template/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ variable "additional_disks" {
type = list(object({
auto_delete = bool
boot = bool
device_name = string
disk_size_gb = number
disk_type = string
}))
Expand Down

0 comments on commit 037ea1b

Please sign in to comment.