From 6aa9a02f48fc461ffa38fe0f6c6ed4f967f50f23 Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Tue, 26 Aug 2025 15:20:07 +0000 Subject: [PATCH] datastore => data_store --- proxmox.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox.tf b/proxmox.tf index 805dc0f..95174fc 100644 --- a/proxmox.tf +++ b/proxmox.tf @@ -171,7 +171,7 @@ resource "proxmox_virtual_environment_vm" "k8s_vms" { } disk { - datastore_id = each.value.datastore + datastore_id = each.value.data_store size = each.value.disk_size interface = "scsi1" }