fix variable
This commit is contained in:
parent
c4a8941881
commit
40a62a8bf5
1 changed files with 1 additions and 1 deletions
2
main.tf
2
main.tf
|
@ -33,7 +33,7 @@ resource "libvirt_cloudinit_disk" "cloudinit" {
|
|||
}
|
||||
|
||||
resource "libvirt_domain" "ubuntu" {
|
||||
name = "hermes"
|
||||
name = var.name
|
||||
memory = 1024
|
||||
vcpu = 4
|
||||
autostart = true
|
||||
|
|
Reference in a new issue