Skip to content

Commit

Permalink
fix: ignore changes on firebase label (#931)
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathkkb authored Aug 14, 2024
1 parent 6ad1953 commit e424a35
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/core_project_factory/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ resource "google_project" "main" {
auto_create_network = var.auto_create_network

labels = var.labels

lifecycle {
ignore_changes = [
labels["firebase"],
]
}
}

/******************************************
Expand Down

0 comments on commit e424a35

Please sign in to comment.