You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="DEPRECATED, (Optional) A list of the taints added to new nodes during node pool create and scale. Changing this forces a new resource to be created."
5
+
}
6
+
7
+
variable"api_server_subnet_id" {
8
+
type=string
9
+
default=null
10
+
description="DEPRECATED, (Optional) The ID of the Subnet where the API server endpoint is delegated to."
11
+
}
12
+
13
+
variable"rbac_aad_client_app_id" {
14
+
type=string
15
+
default=null
16
+
description="DEPRECATED, The Client ID of an Azure Active Directory Application."
17
+
}
18
+
19
+
variable"rbac_aad_server_app_id" {
20
+
type=string
21
+
default=null
22
+
description="DEPRECATED, The Server ID of an Azure Active Directory Application."
23
+
}
24
+
25
+
variable"rbac_aad_server_app_secret" {
26
+
type=string
27
+
default=null
28
+
description="DEPRECATED, The Server Secret of an Azure Active Directory Application."
# we might have a random suffix in cluster's name so we have to ignore it here, but we've traced user supplied cluster name by `null_resource.kubernetes_cluster_name_keeper` so when the name is changed we'll recreate this resource.
0 commit comments