Terraform module which sets up < something > ...
Name | Version |
---|---|
terraform | >= 1.0.0 |
aws | >= 4.0 |
No providers.
No modules.
No resources.
No inputs.
No outputs.
module "template" {
source = "git::https://github.com/zeroconfigio/terraform-aws-template.git?ref=v1.0.0""
}
See CONTRIBUTING for full details.
Before you can run hooks, you need to have the pre-commit package manager installed.
Using pip:
pip install pre-commit
In a python project, add the following to your requirements.txt (or requirements-dev.txt):
pre-commit
Using homebrew:
brew install pre-commit
Run pre-commit install to set up the git hook scripts
$ pre-commit install
pre-commit installed at .git/hooks/pre-commit
now pre-commit
will run automatically on git commit
!
it's usually a good idea to run the hooks against all of the files when adding new hooks (usually pre-commit will only run on the changed files during git hooks)
$ pre-commit run -a
See LICENSE for full details.
This project is maintained and funded by ZeroConfig.io and igor.js