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

Install additional Terraform dependencies in CTS container image #940

Closed
joatmon08 opened this issue Jun 6, 2022 · 0 comments · Fixed by #943
Closed

Install additional Terraform dependencies in CTS container image #940

joatmon08 opened this issue Jun 6, 2022 · 0 comments · Fixed by #943
Labels
enhancement New feature or request

Comments

@joatmon08
Copy link

Description

Terraform requires additional dependencies such as git in order to download modules from git repositories or over SSH. Currently, the CTS container image does not include these dependencies. This means that go-getter cannot download the Terraform modules and CTS returns an error.

Use Cases

Any non-TFC/TFE use case running CTS in a container on an orchestrator and retrieving modules using git or ssh. TFC/TFE use their own runners, which have the dependencies already installed.

Alternative Solutions

Additional context

This request happened because I tried to run CTS on Kubernetes and download a module from GitHub.

@hashi-derek hashi-derek linked a pull request Jun 8, 2022 that will close this issue
@wilkermichael wilkermichael added the enhancement New feature or request label Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants