Use underscore in virtual machine attribute

This commit is contained in:
Miguel Ferreira 2015-11-18 14:41:35 +01:00
parent 21f93ca455
commit 9e42207fee
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ resource "cloudstack_disk" "default" {
attach = "true" attach = "true"
disk_offering = "custom" disk_offering = "custom"
size = 50 size = 50
virtual-machine = "server-1" virtual_machine = "server-1"
zone = "zone-1" zone = "zone-1"
} }
``` ```