fix
This commit is contained in:
@@ -64,6 +64,11 @@ resource "postgresql_role" "owner" {
|
||||
name = "${local.sorted-dbs[count.index].name}"
|
||||
login = true
|
||||
password = data.kubernetes_secret_v1.password_get[count.index].data["POSGRESQL_PASSWORD"]
|
||||
lifecycle {
|
||||
ignore_changes = [
|
||||
roles,
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
resource "postgresql_database" "my_db" {
|
||||
|
||||
Reference in New Issue
Block a user