Azure / terraform-azurerm-aks

Terraform Module for deploying an AKS cluster
MIT License
346 stars 459 forks source link

Support for custom_ca_trust_enabled in the node_pools #438

Open isantospardo opened 1 year ago

isantospardo commented 1 year ago

Is there an existing issue for this?

Description

We would like to be able to enable custom_ca_trust_enabled within this module described in the upstream Terraform Kubernetes Cluster resource.

This feature is currently not implemented yet and it would let us configure the custom_ca, it is known it is in a preview state but it is already integrated into the latest available aks cluster provider

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

azurerm_kubernetes_cluster

Potential Terraform Configuration

No response

References

https://learn.microsoft.com/en-us/azure/aks/custom-certificate-authority https://github.com/claranet/terraform-azurerm-aks https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/kubernetes_cluster

zioproto commented 1 year ago

Feature still in preview: https://github.com/Azure/AKS/issues/2259

Probably this issue is a duplicated of #379