Skip to content

Commit

Permalink
adding ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrichlake committed Dec 14, 2023
1 parent 25b8c5d commit 349fd9c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions operations/template/db.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,10 @@ resource "azurerm_postgresql_flexible_server" "database" {
backup_retention_days = "14"
administrator_login = "user"
administrator_password = "test"
lifecycle {
ignore_changes = [
zone,
high_availability.0.standby_availability_zone
]
}
}

0 comments on commit 349fd9c

Please sign in to comment.