Remove lifecycle ignore_changes from looker-core (#3977)

This commit is contained in:
Julio Castillo
2026-05-21 01:24:00 -07:00
committed by GitHub
parent 1907c38e22
commit 3a3eeeda53
3 changed files with 52 additions and 21 deletions

View File

@@ -126,9 +126,5 @@ resource "google_looker_instance" "looker" {
}
}
}
lifecycle {
ignore_changes = [
oauth_config # do not replace target oauth client updated on the console with default one
]
}
}