Skip to content

Commit

Permalink
loadbalancer - remove ignore_changes in subnet (#26824)
Browse files Browse the repository at this point in the history
  • Loading branch information
catriona-m authored Jul 26, 2024
1 parent dad5968 commit dffe4bb
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 44 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -443,10 +443,6 @@ resource "azurerm_virtual_network" "test" {
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
address_space = ["10.0.0.0/16"]
lifecycle {
ignore_changes = [subnet]
}
}
resource "azurerm_subnet" "test" {
Expand Down Expand Up @@ -486,10 +482,6 @@ resource "azurerm_virtual_network" "test" {
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
address_space = ["10.0.0.0/16"]
lifecycle {
ignore_changes = [subnet]
}
}
resource "azurerm_subnet" "test" {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -492,10 +492,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
24 changes: 0 additions & 24 deletions internal/services/loadbalancer/loadbalancer_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -514,10 +514,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 @@ -559,10 +555,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 +597,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 @@ -652,10 +640,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 @@ -698,10 +682,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 @@ -745,10 +725,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
Original file line number Diff line number Diff line change
Expand Up @@ -450,10 +450,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 @@ -553,10 +549,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 dffe4bb

Please sign in to comment.