rming auth

This commit is contained in:
mafyuh 2024-07-01 10:11:16 +00:00
parent 61c860bc63
commit f9bce76f30

View file

@ -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"
}