Files
terraform/proxmox/archlinux/locals.tf
T

4 lines
151 B
Terraform
Raw Normal View History

2026-09-08 00:15:03 -04:00
locals {
arch_qcow_hash = split(" ", data.http.arch_qcow_hash.response_body)[0]
2026-09-08 12:31:12 -04:00
arch_public_key = file("${path.root}/files/ladmin@archlinux.pub")
2026-09-08 00:15:03 -04:00
}