Skip to content

Commit f07f9f7

Browse files
ishuarlonegunmanb
authored andcommitted
ignore changes on public_network_access_enabled
1 parent abc283c commit f07f9f7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

main.tf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,10 @@ resource "azurerm_kubernetes_cluster" "main" {
511511
}
512512

513513
lifecycle {
514-
ignore_changes = [kubernetes_version]
514+
ignore_changes = [
515+
kubernetes_version,
516+
public_network_access_enabled,
517+
]
515518

516519
precondition {
517520
condition = (var.client_id != "" && var.client_secret != "") || (var.identity_type != "")

0 commit comments

Comments
 (0)