chore: add github workflow

This commit is contained in:
2025-09-27 13:16:20 +10:00
parent d3e150b564
commit 3473b3d203
2 changed files with 61 additions and 1 deletions

View File

@@ -11,7 +11,9 @@ terraform {
}
}
backend "pg" {}
backend "pg" {
conn_str = env.PG_CONN_STR
}
encryption {
key_provider "pbkdf2" "mykey" {
passphrase = var.passphrase