Skip to content

clowdhaus/terraform-aws-module-template

Repository files navigation

AWS <TODO_EXPANDED> Terraform module

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!

🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥

Usage

See examples directory for working examples to reference:

module "<TODO_UNDER>" {
  source = "clowdhaus/<TODO>/aws"

  tags = {
    Terraform   = "true"
    Environment = "dev"
  }
}

Examples

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!

Requirements

Name Version
terraform >= 1.0
aws >= 4.0

Providers

No providers.

Modules

No modules.

Resources

No resources.

Inputs

No inputs.

Outputs

No outputs.

License

Apache-2.0 Licensed. See LICENSE.