claranet / jinjaform

Terraform wrapper with Jinja2 templates
MIT License
35 stars 8 forks source link

Hooks #9

Closed raymondbutcher closed 5 years ago

raymondbutcher commented 5 years ago

Allow for hook scripts similar to git hooks.

Possible hooks:

It might be useful to have hooks for specific commands rather than global hooks, so for example you might want a hook during init but not plan/apply. I can't think of a use case right now. Consider passing the command to the hook so it can decide if it should do anything or not.

raymondbutcher commented 5 years ago

Closed by #10