Template for creating a Terraform module for AWS
- base terraform files
- pre-commit setup
- GitHub actions setup
Copy contents or create new repository on GitHub and use this as a template
module "MODULE-NAME" {
source = "ORGANIZATION/MODULE-NAME/aws"
# Recommend pinning every module to a specific version
# version = "x.x.x"
}
Name | Version |
---|---|
terraform | >= 1.3.7 |
aws | >= 4.53.0 |
No providers.
No modules.
No resources.
No inputs.
No outputs.