revert change

This commit is contained in:
tolerryan
2025-08-23 00:42:56 -05:00
parent 3cf9faeffd
commit 8ada6caf20

4
nas.tf
View File

@@ -1,4 +1,4 @@
resource "proxmox_vm_qemu" "nas" [
resource "proxmox_vm_qemu" "nas" {
# VM General Settings
target_node = "ryuk"
@@ -79,4 +79,4 @@ resource "proxmox_vm_qemu" "nas" [
sshkeys = <<EOF
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFw70PrMsilcsqCrwW1I6PAt3anQbhmVg+t/HUfomug ryan@mxDesktop
EOF
]
}