From bf5f3baf69a35c866cd5fcb5b4ff97776e7a3332 Mon Sep 17 00:00:00 2001 From: Work Date: Wed, 28 Jan 2026 14:48:24 +0300 Subject: [PATCH] final fix mb? --- modules/yc-database/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/yc-database/main.tf b/modules/yc-database/main.tf index 3b96a2b..ecd0862 100644 --- a/modules/yc-database/main.tf +++ b/modules/yc-database/main.tf @@ -42,7 +42,7 @@ resource "yandex_mdb_postgresql_user" "this" { } lifecycle { - ignore_changes = [password] + ignore_changes = [password, permission, generate_password] } }