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.yml
file - Fetch the
terraform-docs
binary (https://terraform-docs.io/user-guide/installation/) - Run
terraform-docs markdown table --output-file ${PWD}/README.md --output-mode inject .
No providers.
No inputs.
No outputs.