chore: set storage location to local
This commit is contained in:
@@ -11,7 +11,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
|
||||
backend "pg" {}
|
||||
backend "pg" {
|
||||
schema_name = "homelab-infra"
|
||||
}
|
||||
encryption {
|
||||
key_provider "pbkdf2" "mykey" {
|
||||
passphrase = var.passphrase
|
||||
|
Reference in New Issue
Block a user