Skip to content

Commit

Permalink
Ignore changes by Azure Resource Manager to the location
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebbc committed May 31, 2024
1 parent bed8b27 commit b153276
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/subscription/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ resource "azapi_resource" "subscription_dfc_contact" {
}
}
})
schema_validation_enabled = false
lifecycle {
ignore_changes = [location]
}

depends_on = [
time_sleep.wait_for_subscription_before_subscription_operations
Expand Down

0 comments on commit b153276

Please sign in to comment.