Skip to content

Commit

Permalink
remove lifecycle
Browse files Browse the repository at this point in the history
  • Loading branch information
marrobi committed Aug 11, 2023
1 parent c45ece2 commit f71b551
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions templates/shared_services/firewall/terraform/rules.tf
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,4 @@ resource "azurerm_firewall_policy_rule_collection_group" "dynamic_application" {
depends_on = [
azurerm_firewall_policy_rule_collection_group.dynamic_network
]

lifecycle { ignore_changes = [tags] }
}
2 changes: 0 additions & 2 deletions templates/workspace_services/azureml/terraform/storage.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ resource "azurerm_storage_account" "aml" {
default_action = "Deny"
}



lifecycle { ignore_changes = [tags] }
}

Expand Down

0 comments on commit f71b551

Please sign in to comment.