Terraform module which creates AWS <TODO_EXPANDED> resources.
After creating a new repository from the template and cloning locally:
./eject.sh <module-name>
Where <module-name>
can be extracted from the repository name using the pattern terraform-aws-<module-name>
.
For example, if the repository name is terraform-aws-s3-bucket
, then the module name is s3-bucket
and the associated eject command is:
./eject.sh s3-bucket
Note: this message will self destruct upon ejection!
See examples
directory for working examples to reference:
module "<TODO_UNDER>" {
source = "clowdhaus/<TODO>/aws"
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.
Apache-2.0 Licensed. See LICENSE.