We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f2e05 commit 2f8552fCopy full SHA for 2f8552f
examples/modules/main.tf
@@ -35,13 +35,13 @@ variable "agent_id" {
35
36
variable "log_path" {
37
type = string
38
- description = "The path to log module-name to."
39
- default = "/tmp/module-name.log"
+ description = "The path to the module log file."
+ default = "/tmp/module_name.log"
40
}
41
42
variable "port" {
43
type = number
44
- description = "The port to run module-name on."
+ description = "The port to run the application on."
45
default = 19999
46
47
0 commit comments