website: correct the spelling of the -from-module arg to "terraform init"

This commit is contained in:
Martin Atkins 2017-08-10 17:56:11 -07:00 committed by GitHub
parent 48acba2c9b
commit 4bc88d2585

View File

@ -56,7 +56,7 @@ By default, `terraform init` assumes that the working directory already
contains a configuration and will attempt to initialize that configuration. contains a configuration and will attempt to initialize that configuration.
Optionally, init can be run against an empty directory with the Optionally, init can be run against an empty directory with the
`-with-module=MODULE-SOURCE` option, in which case the given module will be `-from-module=MODULE-SOURCE` option, in which case the given module will be
copied into the target directory before any other initialization steps are copied into the target directory before any other initialization steps are
run. run.