From 4bc88d2585290b5126274c8f65e8908ffe5ace2f Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Thu, 10 Aug 2017 17:56:11 -0700 Subject: [PATCH] website: correct the spelling of the -from-module arg to "terraform init" --- website/docs/commands/init.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/commands/init.html.markdown b/website/docs/commands/init.html.markdown index 54570fd8b..8c50b28e4 100644 --- a/website/docs/commands/init.html.markdown +++ b/website/docs/commands/init.html.markdown @@ -56,7 +56,7 @@ By default, `terraform init` assumes that the working directory already contains a configuration and will attempt to initialize that configuration. 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 run.