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

Write terraformrc only if it doesn't exist #39

Merged
merged 1 commit into from
Jan 8, 2021
Merged

Conversation

tmatilai
Copy link
Collaborator

@tmatilai tmatilai commented Jan 8, 2021

Do not force the settings if the config file already exist.

Still warn about missing plugin_cache_dir setting as it might slow down YleTf execution by loading the plugins every time to the temporary directory.

Also fix the plugin cache directory existence check that was accidentally broken in #29.
Fixes: #34

Do not force the settings if the config file already exist.

Still warn about missing `plugin_cache_dir` setting as it might
slow down YleTf execution by loading the plugins every time to the
temporary directory.

Also fix the plugin cache directory existence check that was
accidentally broken in #29.
Fixes: #34
@tmatilai tmatilai merged commit cb73ebc into master Jan 8, 2021
@tmatilai tmatilai deleted the plugin_cache_dir branch January 8, 2021 18:19
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.

Ensure the configured plugin cache directory exists
1 participant