chore: add github workflow
This commit is contained in:
@@ -11,7 +11,9 @@ terraform {
|
||||
}
|
||||
}
|
||||
|
||||
backend "pg" {}
|
||||
backend "pg" {
|
||||
conn_str = env.PG_CONN_STR
|
||||
}
|
||||
encryption {
|
||||
key_provider "pbkdf2" "mykey" {
|
||||
passphrase = var.passphrase
|
||||
|
Reference in New Issue
Block a user