File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -60,12 +60,6 @@ The following resources are used by this module:
60
60
61
61
The following input variables are required:
62
62
63
- ### api\_ server\_ ip\_ ranges
64
-
65
- Description: The IP ranges to allow for incoming traffic to the server nodes. To disable the limitation, set an empty list as value.
66
-
67
- Type: ` list(string) `
68
-
69
63
### default\_ node\_ pool\_ k8s\_ version
70
64
71
65
Description: Version of kubernetes for the default node pool
@@ -130,6 +124,14 @@ Type: `string`
130
124
131
125
The following input variables are optional (have default values):
132
126
127
+ ### api\_ server\_ ip\_ ranges
128
+
129
+ Description: The IP ranges to allow for incoming traffic to the server nodes. To disable the limitation, set an empty list as value.
130
+
131
+ Type: ` list(string) `
132
+
133
+ Default: ` [] `
134
+
133
135
### availability\_ zones
134
136
135
137
Description: availability zones to spread the cluster nodes across, if omitted, only one avilability zone is used
Original file line number Diff line number Diff line change @@ -166,6 +166,7 @@ variable "ssh_public_key" {
166
166
variable "api_server_ip_ranges" {
167
167
type = list (string )
168
168
description = " The IP ranges to allow for incoming traffic to the server nodes. To disable the limitation, set an empty list as value."
169
+ default = []
169
170
}
170
171
171
172
variable "managed_identity_security_group" {
You can’t perform that action at this time.
0 commit comments