Skip to content

Instantly share code, notes, and snippets.

@straubt1
Created October 26, 2018 13:29
Show Gist options
  • Save straubt1/3ce0e3bf83dba06972dd84ab6b8d2742 to your computer and use it in GitHub Desktop.
Save straubt1/3ce0e3bf83dba06972dd84ab6b8d2742 to your computer and use it in GitHub Desktop.
variable "data_disks" {
default = [
{
lun = 0
size = 32
},
{
lun = 1
size = 128
},
{
lun = 2
size = 64
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment