Insert one-liner description here.
Example: This Terraform module deploys an APPLICATION on PROVIDER using SERVICE.
Below is a basic example of how to use this module. For more detailed examples, please refer to the examples directory.
module "example" {
# Use commit hash to prevent supply chain attacks.
# source = "github.com/organization/repository-name?ref=v1.0.0
source = "github.com/organization/repository?ref=a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6q7r8s9t0"
}
Beginning of generated docs
Name | Version |
---|---|
terraform | ~> 1.0 |
No providers.
No modules.
No resources.
No inputs.
No outputs.
End of generated docs
Start by reviewing CONTRIBUTING.md for guidelines on how to contribute to this project.