terraform/website/docs
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
..
backends website: more-elaborate "terraform init" docs 2017-07-25 08:25:49 -07:00
commands command: terraform init -from-module=... 2017-07-28 15:23:29 -07:00
configuration Autoload only .auto.tfvars files 2017-07-05 17:24:17 -07:00
import website: attempt to clarify "terraform import" usage docs 2017-07-18 16:35:14 -07:00
internals website: new filesystem layout for core/provider split 2017-06-13 11:25:32 -07:00
modules The "Private Bitbucket Repos" example did not work for me. I had to specify the "ref="as a URL param for this to work. Otherwise Terraform produced the following error: 2017-06-23 11:37:37 +10:00
plugins documentation: explain provider dev environment setup 2017-07-18 14:36:01 -07:00
providers website: new filesystem layout for core/provider split 2017-06-13 11:25:32 -07:00
provisioners website: new filesystem layout for core/provider split 2017-06-13 11:25:32 -07:00
state website: new filesystem layout for core/provider split 2017-06-13 11:25:32 -07:00
index.html.markdown website: new filesystem layout for core/provider split 2017-06-13 11:25:32 -07:00