Template repository for terraform modules. Good for any cloud and any provider.
Here's what using the module will look like
module "example" {
source = "rhythmictech/terraform-mycloud-mymodule
}
A bit about this module
No requirements.
No providers.
Name | Source | Version |
---|---|---|
tags | rhythmictech/tags/terraform | ~> 1.1 |
No resources.
Name | Description | Type | Default | Required |
---|---|---|---|---|
name | Moniker to apply to all resources in the module | string |
n/a | yes |
tags | User-Defined tags | map(string) |
{} |
no |
Name | Description |
---|---|
tags_module | Tags Module in it's entirety |
This workflow has a few prerequisites which are installed through the ./bin/install-x.sh
scripts and are linked below. The install script will also work on your local machine.
We use tfenv
to manage terraform
versions, so the version is defined in the versions.tf
and tfenv
installs the latest compliant version.
pre-commit
is like a package manager for scripts that integrate with git hooks. We use them to run the rest of the tools before apply.
terraform-docs
creates the beautiful docs (above), tfsec
scans for security no-nos, tflint
scans for best practices.