chore: update pg connection
This commit is contained in:
@@ -12,7 +12,7 @@ terraform {
|
||||
}
|
||||
|
||||
backend "pg" {
|
||||
conn_str = env.PG_CONN_STR
|
||||
conn_str = var.PG_CONN_STR
|
||||
}
|
||||
encryption {
|
||||
key_provider "pbkdf2" "mykey" {
|
||||
|
Reference in New Issue
Block a user