Terraform module which creates AWS {{THING}} resources.
See examples
directory for working examples to reference:
module "<THING>" {
source = "platformod/<THING>"
tags = {
Terraform = "true"
Environment = "dev"
}
}
Examples codified under the examples
are intended to give users references for how to use the module(s) as well as testing/validating changes to the source code of the module. If contributing to the project, please be sure to make any appropriate updates to the relevant examples to allow maintainers to test your changes and to keep the examples up to date for users. Thank you!
Name | Version |
---|---|
terraform | >= 1.0 |
aws | >= 4.0 |
No providers.
No modules.
No resources.
No inputs.
No outputs.
Heavily inspired from the following template repos
- https://github.com/clowdhaus/terraform-aws-module-template
- https://github.com/trussworks/terraform-module-template
- https://github.com/thesis/terraform-module-template-repo
MPL-2.0 Licensed. See LICENSE.