diff --git a/proxmox/terraform/admin/admin.tf b/proxmox/terraform/admin/admin.tf --- a/proxmox/terraform/admin/admin.tf +++ b/proxmox/terraform/admin/admin.tf @@ -207,6 +207,17 @@ macaddr = "16:3C:72:26:70:34" bridge = local.config["vlan"] }] + + storages = [{ + id = 0 + storage = "proxmox" + size = "32G" + }, + { + id = 1 + storage = "scratch" + size = "256G" + }] } output "thanos_summary" {