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

TerraformEnvironmentStageShellHookPlugin: Support for one time run before running terraform commands #405

Open
codezninja opened this issue Aug 30, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@codezninja
Copy link
Contributor

I would like to run some custom bash scripts to setup my environment before running the terraform commands. Examples lets say I need aws-cli or python in my Docker container using AgentNodePlugin. Instead of my using a custom dockerfile. I would like to just run some custom shell comands before running init, plan & apply.

I dont' want to duplicate the same dockerfile over multiple projects and would like to utilize Customizations to setup the container with proper dependecies.

@kmanning kmanning added the enhancement New feature or request label Feb 3, 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

No branches or pull requests

2 participants