Read Contribution Guidelines before contributing to this repository!
Read GitHub Code Of Conduct guidelinesbefore contributing to this repository!
Feel free to pick up any of the open Issues or create new issue using the template!
This repo also has GitHub action Terraform AWS workflow to check the Terraform AWS resource code is valid and works fine. Please utilize it for checking the terraform code you’re creating. All you’ve to do is,
Run Workflow
branch_name
and Enter your tf file path
on which you want to run the workflowterraform-docs
CLI utility to generate documentation for Terraform Code.terraform-docs markdown table --output-file TF_README.md --output-mode inject <your-terraform-code-directory>
~/go/bin/terraform-docs markdown table --output-file TF_README.md --recursive --recursive-path "<terraform-code-module-path>" --output-mode inject .
I’ve renamed the default branch from master
to main
. So If you’ve cloned my repo locally, then please follow the steps mentioned in this document to rename your local repo from master
to main
:computer: Happy contributing to the Community!!
Repo contributors profile link