Skip to content

Commit 2f8552f

Browse files
fix: update log_path variable description and default value in main.tf for consistency
1 parent 32f2e05 commit 2f8552f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/modules/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ variable "agent_id" {
3535

3636
variable "log_path" {
3737
type = string
38-
description = "The path to log module-name to."
39-
default = "/tmp/module-name.log"
38+
description = "The path to the module log file."
39+
default = "/tmp/module_name.log"
4040
}
4141

4242
variable "port" {
4343
type = number
44-
description = "The port to run module-name on."
44+
description = "The port to run the application on."
4545
default = 19999
4646
}
4747

0 commit comments

Comments
 (0)