From d6952b56cea09f5999fcdee72edf9f1e0c5e7ad4 Mon Sep 17 00:00:00 2001 From: Vegoo89 Date: Sun, 4 Jun 2023 12:05:18 +0200 Subject: [PATCH] Tests & documentation update --- website/docs/d/kubernetes_cluster.html.markdown | 2 ++ website/docs/r/kubernetes_cluster.html.markdown | 2 ++ 2 files changed, 4 insertions(+) diff --git a/website/docs/d/kubernetes_cluster.html.markdown b/website/docs/d/kubernetes_cluster.html.markdown index d5d5705cca03..9fd0f6b0457e 100644 --- a/website/docs/d/kubernetes_cluster.html.markdown +++ b/website/docs/d/kubernetes_cluster.html.markdown @@ -112,6 +112,8 @@ The following attributes are exported: * `tags` - A mapping of tags assigned to this resource. +* `custom_ca_trust_certificates` - A list of custom base64 encoded CAs used by this this Managed Kubernetes Cluster on nodes with the Custom CA Trust feature enabled. For more information see [Custom CA Trust Certificates](https://learn.microsoft.com/en-us/azure/aks/custom-certificate-authority) + --- An `aci_connector_linux` block exports the following: diff --git a/website/docs/r/kubernetes_cluster.html.markdown b/website/docs/r/kubernetes_cluster.html.markdown index ed965ec74e04..e1041eeeffb5 100644 --- a/website/docs/r/kubernetes_cluster.html.markdown +++ b/website/docs/r/kubernetes_cluster.html.markdown @@ -374,6 +374,8 @@ A `default_node_pool` block supports the following: * `custom_ca_trust_enabled` - (Optional) Specifies whether to trust a Custom CA. +* `custom_ca_trust_certificates` - (Optional) A list of up to 10 base64 encoded CAs that will be added to the trust store on nodes with the `custom_ca_trust_enabled` feature enabled. + -> **Note:** This requires that the Preview Feature `Microsoft.ContainerService/CustomCATrustPreview` is enabled and the Resource Provider is re-registered, see [the documentation](https://learn.microsoft.com/en-us/azure/aks/custom-certificate-authority) for more information. * `enable_auto_scaling` - (Optional) Should [the Kubernetes Auto Scaler](https://docs.microsoft.com/azure/aks/cluster-autoscaler) be enabled for this Node Pool?