Compare commits
3 Commits
db45c8e1de
...
9b5f1a0fee
| Author | SHA1 | Date | |
|---|---|---|---|
| 9b5f1a0fee | |||
| 4c02da8831 | |||
| 1d66e0f0db |
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user