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

Terraform plugins should be in a writable directory on different scenarios, or at least configurable #75

Open
pcm32 opened this issue Feb 16, 2018 · 2 comments

Comments

@pcm32
Copy link
Member

pcm32 commented Feb 16, 2018

This line:
https://github.com/phnmnl/cloud-deploy-kubenow/blob/master/cloud_portal/shared/deploy.sh#L122

means that the execution process needs to be able write on the / directory, which is a very bad assumption. This should either be prefixed by $PWD/ so that it happens on the working directory or be made configurable (I would suggest the first option though).

@pcm32
Copy link
Member Author

pcm32 commented Feb 16, 2018

Ok, upon better understanding of this, either the -plugin-dir=... needs to be optional or the downloads can be triggered before terraform init inside deploy.sh (optionally as well).

@pcm32
Copy link
Member Author

pcm32 commented Feb 16, 2018

This is all of course for operation inside the EBI Portal

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

No branches or pull requests

1 participant