Skip to content

Commit 0b5cbb5

Browse files
dploegerDennis Ploeger
authored andcommitted
docs: Adding default note
1 parent 748a8a2 commit 0b5cbb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ The following input variables are optional (have default values):
126126

127127
### api\_server\_ip\_ranges
128128

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).
130130

131131
Type: `list(string)`
132132

vars.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ variable "ssh_public_key" {
165165

166166
variable "api_server_ip_ranges" {
167167
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)."
169169
default = []
170170
}
171171

0 commit comments

Comments
 (0)