Files
2026-09-08 12:31:12 -04:00

4 lines
151 B
Terraform

locals {
arch_qcow_hash = split(" ", data.http.arch_qcow_hash.response_body)[0]
arch_public_key = file("${path.root}/files/ladmin@archlinux.pub")
}