Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

command: terraform init -from-module=... #15666

Merged
merged 1 commit into from
Jul 31, 2017
Merged

command: terraform init -from-module=... #15666

merged 1 commit into from
Jul 31, 2017

Conversation

apparentlymart
Copy link
Contributor

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.

This closes #15655.

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.
@jbardin jbardin merged commit efb0075 into master Jul 31, 2017
@jbardin jbardin deleted the f-init-from-module branch July 31, 2017 13:32
@jbardin jbardin restored the f-init-from-module branch August 1, 2017 20:31
@jbardin jbardin deleted the f-init-from-module branch February 5, 2018 14:25
@ghost
Copy link

ghost commented Apr 5, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Apr 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

terraform 0.10 changes to init args break terragrunt
2 participants