3 Commits

Author SHA1 Message Date
9b5f1a0fee test 2025-03-25 06:12:38 -05:00
4c02da8831 test 2025-03-25 06:10:14 -05:00
1d66e0f0db test 2025-03-25 06:09:13 -05:00
3 changed files with 53 additions and 53 deletions

View File

@@ -8,7 +8,7 @@ variables:
GITLAB_TF_ADDRESS: ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/terraform/state/infra GITLAB_TF_ADDRESS: ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/terraform/state/infra
image: image:
name: registry.internal.durp.info/opentofu/opentofu:latest name: registry.durp.info/opentofu/opentofu:latest
entrypoint: [""] entrypoint: [""]
.tf-init: .tf-init:

View File

@@ -88,7 +88,7 @@ resource "proxmox_vm_qemu" "postgres" {
ide { ide {
ide2 { ide2 {
cloudinit { cloudinit {
storage = local.storage storage = local.postgres.storage
} }
} }
} }
@@ -97,7 +97,7 @@ resource "proxmox_vm_qemu" "postgres" {
disk { disk {
size = local.postgres.drive size = local.postgres.drive
format = local.format format = local.format
storage = local.storage storage = local.postgres.storage
} }
} }
} }