Skip to content
This repository was archived by the owner on Feb 11, 2020. It is now read-only.

Commit eb4beb8

Browse files
jamesgorriekenoir
authored andcommitted
healthcheck_path default docs to reflect the truth (#31)
* healthcheck_path default docs to reflect the truth * Use pseudo code in documentation
1 parent 0edf088 commit eb4beb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

service/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ variable "path_pattern" {
7373
}
7474

7575
variable "healthcheck_path" {
76-
description = "Path for ECS healthcheck endpoint. Defaults to /management/healthcheck."
76+
description = "Path for ECS healthcheck endpoint. Defaults to path_pattern.replace('/*', '/managment/healthcheck')."
7777
default = ""
7878
}
7979

0 commit comments

Comments
 (0)