Skip to content

Commit 8c43159

Browse files
committed
update azurerm_kubernetes_cluster documentation
1 parent 34f012b commit 8c43159

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

internal/services/containers/kubernetes_cluster_resource_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@ resource "azurerm_kubernetes_cluster" "test" {
915915
dns_prefix = "acctestaks%d"
916916
kubernetes_version = %q
917917
918-
automatic_cluster_enabled = %t
918+
automatic_cluster_enabled = %t
919919
920920
default_node_pool {
921921
name = "default"

website/docs/r/kubernetes_cluster.html.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ In addition, one of either `identity` or `service_principal` blocks must be spec
9797

9898
* `auto_scaler_profile` - (Optional) A `auto_scaler_profile` block as defined below.
9999

100+
* `automatic_cluster_enabled` - (Optional) Specifies whether AKS Automatic cluster is enabled.
101+
100102
* `azure_active_directory_role_based_access_control` - (Optional) A `azure_active_directory_role_based_access_control` block as defined below.
101103

102104
* `azure_policy_enabled` - (Optional) Should the Azure Policy Add-On be enabled? For more details please visit [Understand Azure Policy for Azure Kubernetes Service](https://docs.microsoft.com/en-ie/azure/governance/policy/concepts/rego-for-aks)

0 commit comments

Comments
 (0)