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

Create a plugin cache directory in advance #12

Merged
merged 1 commit into from
Dec 28, 2020

Conversation

minamijoyo
Copy link
Owner

I noticed that the following error occurs in docker-compose:

bash-5.0# terraform -v
There are some problems with the CLI configuration:

Error: The specified plugin cache dir /tmp/plugin-cache cannot be opened: stat /tmp/plugin-cache: no such file or directory


As a result of the above problems, Terraform may not behave as intended.


Terraform v0.14.3

The terraform command doesn't create it automatically. So create it in an entrypoint.sh in advance.

The terraform command doesn't create it automatically.
@minamijoyo minamijoyo merged commit 4f377cd into master Dec 28, 2020
@minamijoyo minamijoyo deleted the mkdir-plugin-cache-at-entrypoint branch December 28, 2020 15:08
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.

1 participant