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
Copy file name to clipboardExpand all lines: variables.tf
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,12 @@ variable "client_secret" {
38
38
default=""
39
39
}
40
40
41
+
variable"api_server_authorized_ip_ranges" {
42
+
type=set(string)
43
+
description="(Optional) The IP ranges to allow for incoming traffic to the server nodes."
44
+
default=null
45
+
}
46
+
41
47
variable"admin_username" {
42
48
default=null
43
49
description="The username of the local administrator to be created on the Kubernetes cluster. Set this variable to `null` to turn off the cluster's `linux_profile`. Changing this forces a new resource to be created."
0 commit comments