Terraform Template

June 18, 2023 · View on GitHub

terraform project template

Usage

GitHub Templates

Automated through @ahmadnassri/action-template-repository-sync

  1. create a repository from the template
  2. clone locally
  3. update colophon.yml, docs/README.md with info about the project

Local Automation

commanddescription
pullpull latest containers
lintrun mega-linter
initinit terraform & install plugins
upgradeupgrade terraform provider
refreshrefresh state
formatclean up terraform file
validatevalidate your changes
unlockforce unlock remote state
planshow terraform plan
applyapply terraform changes
apply-targetapply terraform changes to specific target
shellstart the container shell
cleanremove running containers, volumes & anything else
helpdisplay this help

Note:
Your main README.md file is in docs/README.md, the file at root is generated using pandoc using the provided template.

You should run docker compose run readme after any change to docs/README.md and before commit / push


Author: Ahmad Nassri • Twitter: @AhmadNassri