forked from fediversity/fediversity
add fixmes
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
parent
29d8345a57
commit
f13348fb57
1 changed files with 4 additions and 0 deletions
|
|
@ -17,6 +17,8 @@ locals {
|
||||||
provider "proxmox" {
|
provider "proxmox" {
|
||||||
endpoint = "https://${var.host}:8006/"
|
endpoint = "https://${var.host}:8006/"
|
||||||
insecure = true
|
insecure = true
|
||||||
|
# FIXME secure
|
||||||
|
# insecure = false
|
||||||
|
|
||||||
# used only for files and creating custom disks
|
# used only for files and creating custom disks
|
||||||
ssh {
|
ssh {
|
||||||
|
|
@ -85,6 +87,8 @@ resource "proxmox_virtual_environment_file" "upload" {
|
||||||
# path = "/tmp/proxmox-image/${local.dump_name}"
|
# path = "/tmp/proxmox-image/${local.dump_name}"
|
||||||
path = var.image
|
path = var.image
|
||||||
file_name = local.dump_name
|
file_name = local.dump_name
|
||||||
|
# FIXME compute and pass hash (so identical builds don't trigger drift)
|
||||||
|
# checksum = "sha256"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue