Skip to content

Commit

Permalink
Merge pull request #26825 from hashicorp/4.0/revert-ignore-changes-6
Browse files Browse the repository at this point in the history
`resource`, `redis`, `privatednsresolver` - reverting ignore_changes for subnet and route
  • Loading branch information
manicminer authored Jul 26, 2024
2 parents dffe4bb + b2d1310 commit 5474203
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 40 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,6 @@ resource "azurerm_virtual_network" "test" {
resource_group_name = azurerm_resource_group.test.name
location = azurerm_resource_group.test.location
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 @@ -115,10 +115,6 @@ resource "azurerm_virtual_network" "test" {
resource_group_name = azurerm_resource_group.test.name
location = azurerm_resource_group.test.location
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 @@ -130,10 +130,6 @@ resource "azurerm_virtual_network" "test" {
resource_group_name = azurerm_resource_group.test.name
location = azurerm_resource_group.test.location
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 @@ -115,10 +115,6 @@ resource "azurerm_virtual_network" "test" {
resource_group_name = azurerm_resource_group.test.name
location = azurerm_resource_group.test.location
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 @@ -115,10 +115,6 @@ resource "azurerm_virtual_network" "test" {
resource_group_name = azurerm_resource_group.test.name
location = azurerm_resource_group.test.location
address_space = ["10.0.0.0/16"]
lifecycle {
ignore_changes = [subnet]
}
}
resource "azurerm_subnet" "test" {
Expand Down
16 changes: 0 additions & 16 deletions internal/services/redis/redis_cache_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1197,10 +1197,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 @@ -1241,10 +1237,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 @@ -1286,10 +1278,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 @@ -1331,10 +1319,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 @@ -900,10 +900,6 @@ resource "azurerm_route_table" "test" {
name = "acctestrt%d"
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
lifecycle {
ignore_changes = [route]
}
}
resource "azurerm_resource_group_template_deployment" "test" {
Expand Down

0 comments on commit 5474203

Please sign in to comment.