rming auth
This commit is contained in:
parent
61c860bc63
commit
f9bce76f30
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
resource "proxmox_virtual_environment_vm" "authentik" {
|
||||
resource "proxmox_virtual_environment_vm" "coolify" {
|
||||
|
||||
# VM General Settings
|
||||
node_name = "pve2"
|
||||
vm_id = 323
|
||||
name = "authentik"
|
||||
name = "coolify"
|
||||
tags = ["tofu", "ubuntu-22", "auto-homelab-repo"]
|
||||
started = true
|
||||
|
||||
|
@ -35,7 +35,7 @@ resource "proxmox_virtual_environment_vm" "authentik" {
|
|||
|
||||
# VM Disk Settings
|
||||
disk {
|
||||
datastore_id = ""
|
||||
datastore_id = "Fast500Gb"
|
||||
size = 64
|
||||
interface = "scsi0"
|
||||
}
|
Reference in a new issue