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

Adds support for module_path key in Terrafile #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

phildier
Copy link
Contributor

@phildier phildier commented Jul 5, 2019

This adds the ability to specify a destination path for modules, rather than installing them in the same directory as the Terrafile.

@raymondbutcher
Copy link
Contributor

Hi @phildier, can you please give a bit more context about why you want to do this? I'm mostly just curious to know, but I'm also wondering if a command line argument would be preferable to hardcoding it into the file.

@phildier
Copy link
Contributor Author

phildier commented Sep 3, 2019

Sure, it's mainly just to support my workflow when building a dockerfile, enabling me to copy modules into the container separately from the rest of the tf code. I don't have any objection to it being a command line option instead.

@rezen
Copy link

rezen commented Nov 19, 2019

Inspiration I'm sure is from Puppetfile. I'm in favor of this, also a cli flag as an option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants