final fix mb?

This commit is contained in:
Work 2026-01-28 14:46:13 +03:00
parent 995f39e29a
commit ad267d9c73

View File

@ -10,6 +10,10 @@ resource "random_password" "user_password" {
upper = true upper = true
lower = true lower = true
numeric = true numeric = true
lifecycle {
ignore_changes = all
}
} }
data "yandex_mdb_postgresql_cluster" "existing" { data "yandex_mdb_postgresql_cluster" "existing" {