chore: run tofu fmt

This commit is contained in:
2026-02-01 23:04:02 +01:00
parent 4133eafc4e
commit b6f1e80c2a
2 changed files with 33 additions and 33 deletions

View File

@@ -39,11 +39,11 @@ locals {
flake_branch = "pipeline-testing-improvements"
}
"vault01" = {
ip = "10.69.13.19/24"
cpu_cores = 2
memory = 2048
disk_size = "20G"
flake_branch = "vault-setup" # Bootstrap from this branch instead of master
ip = "10.69.13.19/24"
cpu_cores = 2
memory = 2048
disk_size = "20G"
flake_branch = "vault-setup" # Bootstrap from this branch instead of master
}
}