Archlinux up

This commit is contained in:
2026-09-08 12:31:12 -04:00
parent c32aa4982c
commit b4c05a9b76
9 changed files with 66 additions and 35 deletions
+8
View File
@@ -14,6 +14,14 @@ terraform {
source = "registry.terraform.io/hashicorp/http"
version = ">= 3.6.1"
}
random = {
source = "registry.terraform.io/hashicorp/random"
version = ">= 3.9.0"
}
pass = {
source = "registry.terraform.io/digipost/pass"
version = ">= 2.1.1"
}
}
backend "local" {