Skip to content

Commit

Permalink
firewall - revert ignore_changes for subnet and access_policy (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
catriona-m authored Jul 26, 2024
1 parent 2c5cacd commit f216990
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 64 deletions.
4 changes: 0 additions & 4 deletions internal/services/firewall/firewall_data_source_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,6 @@ resource "azurerm_virtual_network" "test" {
address_space = ["10.0.0.0/16"]
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
lifecycle {
ignore_changes = [subnet]
}
}
resource "azurerm_subnet" "test" {
Expand Down
4 changes: 0 additions & 4 deletions internal/services/firewall/firewall_policy_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -494,10 +494,6 @@ resource "azurerm_key_vault" "test" {
enabled_for_template_deployment = true
tenant_id = data.azurerm_client_config.current.tenant_id
sku_name = "standard"
lifecycle {
ignore_changes = [access_policy]
}
}
resource "azurerm_ip_group" "test_source" {
Expand Down
56 changes: 0 additions & 56 deletions internal/services/firewall/firewall_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -425,10 +425,6 @@ resource "azurerm_virtual_network" "test" {
address_space = ["10.0.0.0/16"]
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
lifecycle {
ignore_changes = [subnet]
}
}
resource "azurerm_subnet" "test" {
Expand Down Expand Up @@ -479,10 +475,6 @@ resource "azurerm_virtual_network" "test" {
address_space = ["10.0.0.0/16"]
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
lifecycle {
ignore_changes = [subnet]
}
}
resource "azurerm_subnet" "test" {
Expand Down Expand Up @@ -548,10 +540,6 @@ resource "azurerm_virtual_network" "test" {
address_space = ["10.0.0.0/16"]
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
lifecycle {
ignore_changes = [subnet]
}
}
resource "azurerm_subnet" "test" {
Expand Down Expand Up @@ -605,10 +593,6 @@ resource "azurerm_virtual_network" "test" {
address_space = ["10.0.0.0/16"]
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
lifecycle {
ignore_changes = [subnet]
}
}
resource "azurerm_subnet" "test" {
Expand Down Expand Up @@ -681,10 +665,6 @@ resource "azurerm_virtual_network" "test" {
address_space = ["10.0.0.0/16"]
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
lifecycle {
ignore_changes = [subnet]
}
}
resource "azurerm_subnet" "test" {
Expand Down Expand Up @@ -757,10 +737,6 @@ resource "azurerm_virtual_network" "test" {
address_space = ["10.0.0.0/16"]
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
lifecycle {
ignore_changes = [subnet]
}
}
resource "azurerm_subnet" "test" {
Expand Down Expand Up @@ -824,10 +800,6 @@ resource "azurerm_virtual_network" "test" {
address_space = ["10.0.0.0/16"]
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
lifecycle {
ignore_changes = [subnet]
}
}
resource "azurerm_subnet" "test" {
Expand Down Expand Up @@ -912,10 +884,6 @@ resource "azurerm_virtual_network" "test" {
address_space = ["10.0.0.0/16"]
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
lifecycle {
ignore_changes = [subnet]
}
}
resource "azurerm_subnet" "test" {
Expand Down Expand Up @@ -970,10 +938,6 @@ resource "azurerm_virtual_network" "test" {
address_space = ["10.0.0.0/16"]
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
lifecycle {
ignore_changes = [subnet]
}
}
resource "azurerm_subnet" "test" {
Expand Down Expand Up @@ -1027,10 +991,6 @@ resource "azurerm_virtual_network" "test" {
address_space = ["10.0.0.0/16"]
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
lifecycle {
ignore_changes = [subnet]
}
}
resource "azurerm_subnet" "test" {
Expand Down Expand Up @@ -1084,10 +1044,6 @@ resource "azurerm_virtual_network" "test" {
address_space = ["10.0.0.0/16"]
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
lifecycle {
ignore_changes = [subnet]
}
}
resource "azurerm_subnet" "test" {
Expand Down Expand Up @@ -1140,10 +1096,6 @@ resource "azurerm_virtual_network" "test" {
address_space = ["10.0.0.0/16"]
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
lifecycle {
ignore_changes = [subnet]
}
}
resource "azurerm_subnet" "test" {
Expand Down Expand Up @@ -1195,10 +1147,6 @@ resource "azurerm_virtual_network" "test" {
address_space = ["10.0.0.0/16"]
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
lifecycle {
ignore_changes = [subnet]
}
}
resource "azurerm_subnet" "test" {
Expand Down Expand Up @@ -1308,10 +1256,6 @@ resource "azurerm_virtual_network" "test" {
address_space = ["10.0.0.0/16"]
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
lifecycle {
ignore_changes = [subnet]
}
}
resource "azurerm_subnet" "test" {
Expand Down

0 comments on commit f216990

Please sign in to comment.