Skip to content

Commit

Permalink
Fix comment for docker_machine_options (#36)
Browse files Browse the repository at this point in the history
* Fix example in comment for `docker_machine_options` - prepending the `--` is not necessary (in fact, breaks..)
* Fix typo too
  • Loading branch information
declension authored and npalm committed Mar 2, 2019
1 parent f958b72 commit 1831b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ variable "allow_iam_service_linked_role_creation" {
}

variable "docker_machine_options" {
description = "Additional to set options for docker machien. Each element of the list should be key and value. E.g. '[\"--amazonec2-zone=a\"]'"
description = "Additional to set options for docker machine. Each element of the list should be key and value. E.g. '[\"amazonec2-zone=a\"]'"
type = "list"
default = []
}
Expand Down

0 comments on commit 1831b9f

Please sign in to comment.