Skip to content

zeroconfigio/terraform-aws-template

Repository files navigation

AWS Terraform module template


CI pre-commit License: MIT

Description

Terraform module which sets up < something > ...

Requirements

Name Version
terraform >= 1.0.0
aws >= 4.0

Providers

No providers.

Modules

No modules.

Resources

No resources.

Inputs

No inputs.

Outputs

No outputs.

Usage

module "template" {
  source = "git::https://github.com/zeroconfigio/terraform-aws-template.git?ref=v1.0.0""
}

Contributing

See CONTRIBUTING for full details.

Configuring the Environment

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

Install the git hook scripts

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!

(optional) Manually run against all the files

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

License

License: MIT

See LICENSE for full details.

Author

This project is maintained and funded by ZeroConfig.io and igor.js

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages