Skip to content

Commit

Permalink
feat: disable log analytics and policy
Browse files Browse the repository at this point in the history
Signed-off-by: Fredrik Klingenberg <[email protected]>
  • Loading branch information
fredrkl committed Oct 31, 2023
1 parent 1522a0c commit 984f2ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.pre-commit-trivy-cache/
.terraform/
**/.terraform.lock.hcl
1 change: 1 addition & 0 deletions terraform/modules/aks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ resource "azurerm_kubernetes_cluster" "example" {
type = "SystemAssigned"
}

azure_policy_enabled = false
role_based_access_control_enabled = true

network_profile {
Expand Down

0 comments on commit 984f2ac

Please sign in to comment.