forked from fediversity/fediversity
add fixmes
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
parent
ddf3b3713f
commit
889932691a
1 changed files with 4 additions and 0 deletions
|
|
@ -17,6 +17,8 @@ locals {
|
|||
provider "proxmox" {
|
||||
endpoint = "https://${var.host}:8006/"
|
||||
insecure = true
|
||||
# FIXME secure
|
||||
# insecure = false
|
||||
|
||||
# used only for files and creating custom disks
|
||||
ssh {
|
||||
|
|
@ -85,6 +87,8 @@ resource "proxmox_virtual_environment_file" "upload" {
|
|||
# path = "/tmp/proxmox-image/${local.dump_name}"
|
||||
path = var.image
|
||||
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