Add a description of the terraform pipeline here
Add example usage here
module "example" {
source = "appvia/<NAME>/aws"
version = "0.0.1"
# insert variables here
}The terraform-docs utility is used to generate this README. Follow the below steps to update:
- Make changes to the
.terraform-docs.ymlfile - Fetch the
terraform-docsbinary (https://terraform-docs.io/user-guide/installation/) - Run
make documentation
No providers.
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| tags | Tags to apply to all resources | map(string) |
n/a | yes |
No outputs.