Skip to content

Commit

Permalink
feat: ignore microsoft defender
Browse files Browse the repository at this point in the history
Signed-off-by: Fredrik Klingenberg <[email protected]>
  • Loading branch information
fredrkl committed Nov 13, 2023
1 parent 4e2eff6 commit f81aa20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terraform/modules/aks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ resource "azurerm_kubernetes_cluster" "example" {

lifecycle {
ignore_changes = [
azure_policy_enabled
azure_policy_enabled,
microsoft_defender
]
}

Expand Down

0 comments on commit f81aa20

Please sign in to comment.