terraform/website/docs/commands
Martin Atkins 8a7a0a7459 command: terraform init -from-module=...
This restores the earlier behavior of the first positional argument to
terraform init in 0.9, but as a command line option.

The positional argument was removed to improve consistency with other
commands that take a working directory as their first positional argument.
It was originally intended that this functionality would return in a
later release along with some other general improvements to Terraform's
module handling, but we're introducing here an interim solution that
uses the existing module source concept, to allow for easier porting of
workflows that previously depended on the automatic copy behavior.

In a future release this feature may change again as the module
improvements design firms up, but we expect it to be broadly compatible
with this temporary state.
2017-07-28 15:23:29 -07:00
..
state
workspace
apply.html.markdown Autoload only .auto.tfvars files 2017-07-05 17:24:17 -07:00
console.html.markdown
destroy.html.markdown
env.html.markdown
fmt.html.markdown
force-unlock.html.markdown website: Correct usage for force-unlock command 2017-07-18 09:02:29 -07:00
get.html.markdown
graph.html.markdown
import.html.md Autoload only .auto.tfvars files 2017-07-05 17:24:17 -07:00
index.html.markdown website: document the Checkpoint service and how to disable it 2017-07-18 16:48:16 -07:00
init.html.markdown command: terraform init -from-module=... 2017-07-28 15:23:29 -07:00
output.html.markdown
plan.html.markdown Autoload only .auto.tfvars files 2017-07-05 17:24:17 -07:00
providers.html.markdown
push.html.markdown
refresh.html.markdown Autoload only .auto.tfvars files 2017-07-05 17:24:17 -07:00
show.html.markdown
taint.html.markdown
untaint.html.markdown
validate.html.markdown command/validate: Add flag to check that all variables are specified (#13872) 2017-07-05 17:32:29 +01:00