chore: set storage location to local

This commit is contained in:
2025-10-02 21:46:31 +10:00
parent 30e36beb93
commit c5559fbb38
6 changed files with 74 additions and 96 deletions

View File

@@ -11,7 +11,9 @@ terraform {
}
}
backend "pg" {}
backend "pg" {
schema_name = "homelab-infra"
}
encryption {
key_provider "pbkdf2" "mykey" {
passphrase = var.passphrase