From ad267d9c7381f1f8e7075eb25b18a7a608092fae Mon Sep 17 00:00:00 2001 From: Work Date: Wed, 28 Jan 2026 14:46:13 +0300 Subject: [PATCH] final fix mb? --- modules/yc-database/main.tf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/yc-database/main.tf b/modules/yc-database/main.tf index 1c67919..3b96a2b 100644 --- a/modules/yc-database/main.tf +++ b/modules/yc-database/main.tf @@ -10,6 +10,10 @@ resource "random_password" "user_password" { upper = true lower = true numeric = true + + lifecycle { + ignore_changes = all + } } data "yandex_mdb_postgresql_cluster" "existing" {