Remove ignore_changes as terraform-provider-google#16804 is closed

This commit is contained in:
Wiktor Niesiobędzki 2024-03-05 06:59:09 +00:00 committed by Wiktor Niesiobędzki
parent da68d3cfc4
commit 93d9b60d54
1 changed files with 0 additions and 6 deletions

View File

@ -183,12 +183,6 @@ resource "google_compute_subnetwork" "proxy_only" {
)
purpose = each.value.global ? "GLOBAL_MANAGED_PROXY" : "REGIONAL_MANAGED_PROXY"
role = each.value.active ? "ACTIVE" : "BACKUP"
lifecycle {
# Until https://github.com/hashicorp/terraform-provider-google/issues/16804 is fixed
# ignore permadiff in ipv6_access_type for proxy_only subnets
ignore_changes = [ipv6_access_type]
}
}
resource "google_compute_subnetwork" "psc" {