Skip to content

Commit

Permalink
remove useless
Browse files Browse the repository at this point in the history
  • Loading branch information
yupwei68 committed Jun 5, 2020
1 parent 212a63c commit ea24f91
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,13 +151,6 @@ provider "azuread" {
resource "azurerm_resource_group" "test" {
name = "acctest-datashare-%[1]d"
location = "%[2]s"
lifecycle {
ignore_changes = [
# Ignore changes to tags, e.g. because a management agent
# updates these based on some ruleset managed elsewhere.
tags,
]
}
}
resource "azurerm_data_share_account" "test" {
Expand Down

0 comments on commit ea24f91

Please sign in to comment.