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
|
# VM General Settings
|
||||||
node_name = "pve2"
|
node_name = "pve2"
|
||||||
vm_id = 323
|
vm_id = 323
|
||||||
name = "authentik"
|
name = "coolify"
|
||||||
tags = ["tofu", "ubuntu-22", "auto-homelab-repo"]
|
tags = ["tofu", "ubuntu-22", "auto-homelab-repo"]
|
||||||
started = true
|
started = true
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ resource "proxmox_virtual_environment_vm" "authentik" {
|
||||||
|
|
||||||
# VM Disk Settings
|
# VM Disk Settings
|
||||||
disk {
|
disk {
|
||||||
datastore_id = ""
|
datastore_id = "Fast500Gb"
|
||||||
size = 64
|
size = 64
|
||||||
interface = "scsi0"
|
interface = "scsi0"
|
||||||
}
|
}
|
Reference in a new issue