final fix mb?

This commit is contained in:
Work 2026-01-28 14:48:24 +03:00
parent ad267d9c73
commit bf5f3baf69

View File

@ -42,7 +42,7 @@ resource "yandex_mdb_postgresql_user" "this" {
}
lifecycle {
ignore_changes = [password]
ignore_changes = [password, permission, generate_password]
}
}