diff --git a/modules/postgresql/main.tf b/modules/postgresql/main.tf index 851d4bd..d3e6d57 100644 --- a/modules/postgresql/main.tf +++ b/modules/postgresql/main.tf @@ -95,6 +95,10 @@ resource "google_sql_database" "main" { name = each.key project = var.init.app.project_id instance = google_sql_database_instance.main.name + + lifecycle { + ignore_changes = [timeouts] + } } resource "google_sql_user" "main" {