Skip to content

Instantly share code, notes, and snippets.

@agrajm
Created May 3, 2021 15:56
Show Gist options
  • Save agrajm/3c5ed75cae8632b6be7f2bc8ba45ab79 to your computer and use it in GitHub Desktop.
Save agrajm/3c5ed75cae8632b6be7f2bc8ba45ab79 to your computer and use it in GitHub Desktop.
resource "azurerm_subnet" "akssubnet" {
name = var.aks-subnet-name
...
lifecycle {
ignore_changes = [enforce_private_link_endpoint_network_policies]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment