orchestration.clouds/README.md

20 lines
371 B
Markdown
Raw Normal View History

2017-01-03 06:19:39 +00:00
# Orchestration - Clouds
This will enable the packing/deploying to client 'clouds'.
## Pre-commit Hooks
### Windows
**Dependencies**
1. `pip install pre-commit`
1. `pip install checkov`
1. `choco install tflint`
1. `choco install terraform-docs`
1. `choco install tfsec`
2021-10-14 17:58:56 +00:00
## Install your pre-commit hooks
1. `pre-commit install`
## Running It!
1. `pre-commit run -a`