Skip to content

Commit 87e0e5a

Browse files
committed
Improving variables definition
1 parent 93bec8a commit 87e0e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ variable "start_timeout" {
175175

176176
variable "system_controls" {
177177
type = list(map(string))
178-
description = "A list of namespaced kernel parameters to set in the container, mapping to the --sysctl option to docker run. This is a list of maps: { namespace = \"\", value = \"\"}"
178+
description = "(Optional) A list of namespaced kernel parameters to set in the container, mapping to the --sysctl option to docker run. This is a list of maps: { namespace = \"\", value = \"\"}"
179179
default = null
180180
}
181181

0 commit comments

Comments
 (0)