Split project

This commit is contained in:
2026-09-08 00:15:03 -04:00
parent 33dc172296
commit 02516f403a
33 changed files with 223 additions and 44 deletions
+9
View File
@@ -0,0 +1,9 @@
data "http" "arch_qcow_hash" {
insecure = false
method = "GET"
retry {
attempts = 1
min_delay_ms = 5000
}
url = "https://${var.arch_mirror}/images/latest/Arch-Linux-x86_64-cloudimg.qcow2.SHA256"
}