From 99935422a30971e3b385a3a9de2d585c59553a06 Mon Sep 17 00:00:00 2001 From: fabiendelpierre Date: Fri, 19 Aug 2022 15:07:48 +0000 Subject: [PATCH] terraform-docs: automated action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 61114dc..6e581a8 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ This module will create a managed Kubernetes cluster using Azure Kubernetes Serv | node\_resource\_group | The name of the Resource Group where the Kubernetes Nodes should exist. | `string` | n/a | yes | | outbound\_type | outbound (egress) routing method which should be used for this Kubernetes Cluster | `string` | `"loadBalancer"` | no | | pod\_cidr | used for pod IP addresses | `string` | n/a | yes | +| private\_cluster\_enabled | Private Cluster | `string` | `"false"` | no | | rbac | role based access control settings |
object({
enabled = bool
ad_integration = bool
})
|
{
"ad_integration": false,
"enabled": true
}
| no | | rbac\_admin\_object\_ids | Admin group object ids for use with rbac active directory integration | `map(string)` | `{}` | no | | resource\_group\_name | Resource group name. | `string` | n/a | yes |