Skip to content

Latest commit

 

History

History
78 lines (49 loc) · 2.21 KB

README.md

File metadata and controls

78 lines (49 loc) · 2.21 KB

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.