Skip to content

Commit

Permalink
Fix: Ignore maintenance_schedule plan changes (#152)
Browse files Browse the repository at this point in the history
Co-authored-by: Grant Sorbo <[email protected]>
  • Loading branch information
addp009 and gtsorbo authored Jul 11, 2023
1 parent 22a0508 commit 969a116
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ resource "google_redis_instance" "default" {
rdb_snapshot_period = persistence_config.value["rdb_snapshot_period"]
}
}

lifecycle {
ignore_changes = [maintenance_schedule]
}
}

module "enable_apis" {
Expand Down

0 comments on commit 969a116

Please sign in to comment.