File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ The following input variables are optional (have default values):
126
126
127
127
### api\_ server\_ ip\_ ranges
128
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.
129
+ Description: The IP ranges to allow for incoming traffic to the server nodes. To disable the limitation, set an empty list as value (default) .
130
130
131
131
Type: ` list(string) `
132
132
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ variable "ssh_public_key" {
165
165
166
166
variable "api_server_ip_ranges" {
167
167
type = list (string )
168
- description = " The IP ranges to allow for incoming traffic to the server nodes. To disable the limitation, set an empty list as value."
168
+ description = " The IP ranges to allow for incoming traffic to the server nodes. To disable the limitation, set an empty list as value (default) ."
169
169
default = []
170
170
}
171
171
You can’t perform that action at this time.
0 commit comments