Small update after adding with-aggregate-type-defaults option to terraform-docs (#209)

This commit is contained in:
Max Williams
2018-12-12 17:07:10 +01:00
committed by GitHub
parent edbea30cfc
commit 6d38ca4ead
4 changed files with 22 additions and 22 deletions

View File

@@ -136,7 +136,7 @@ variable "cluster_delete_timeout" {
}
variable "local_exec_interpreter" {
description = "Command to run for local-exec resources. Must be a shell-style interpreter. If you are on Windows Git Bash is a good choice. Defaults to [\"/bin/sh\", \"-c\"]"
description = "Command to run for local-exec resources. Must be a shell-style interpreter. If you are on Windows Git Bash is a good choice."
type = "list"
default = ["/bin/sh", "-c"]
}