asdf
This commit is contained in:
10
grail.tf
10
grail.tf
@@ -5,16 +5,16 @@ resource "proxmox_vm_qemu" "grail" {
|
|||||||
agent = 0
|
agent = 0
|
||||||
cores = 10
|
cores = 10
|
||||||
memory = 4096
|
memory = 4096
|
||||||
storage = "Junk2"
|
#storage = "Junk2"
|
||||||
vmid = 218
|
vmid = 218
|
||||||
start = true
|
#start = true
|
||||||
tags = "terraform"
|
tags = "terraform"
|
||||||
# nameserver = "192.168.0.24"
|
# nameserver = "192.168.0.24"
|
||||||
# ssh_public_keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFw70PrMsilcsqCrwW1I6PAt3anQbhmVg+t/HUfomug ryan@mxDesktop"
|
# ssh_public_keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFw70PrMsilcsqCrwW1I6PAt3anQbhmVg+t/HUfomug ryan@mxDesktop"
|
||||||
|
|
||||||
features {
|
#features {
|
||||||
nesting = true
|
# nesting = true
|
||||||
}
|
#}
|
||||||
|
|
||||||
#rootfs {
|
#rootfs {
|
||||||
#storage = "Junk2"
|
#storage = "Junk2"
|
||||||
|
|||||||
Reference in New Issue
Block a user