Azure / terraform-azurerm-aks

Terraform Module for deploying an AKS cluster
MIT License
361 stars 468 forks source link

Support fo oms_agent_enabled #600

Open jchenDevops opened 3 weeks ago

jchenDevops commented 3 weeks ago

Is there an existing issue for this?

Description

Able to enable or disable OMS agent(Azure Monitor) add-on as users may use other monitor tool like datadog.

New or Affected Resource(s)/Data Source(s)

azurerm_kubernetes_cluster

Potential Terraform Configuration

oms_agent_enabled = false

References

No response