Terraform Template
June 18, 2023 · View on GitHub
terraform project template
Usage
GitHub Templates
Automated through
@ahmadnassri/action-template-repository-sync
- create a repository from the template
- clone locally
- update
colophon.yml,docs/README.mdwith info about the project
Local Automation
| command | description |
|---|---|
| pull | pull latest containers |
| lint | run mega-linter |
| init | init terraform & install plugins |
| upgrade | upgrade terraform provider |
| refresh | refresh state |
| format | clean up terraform file |
| validate | validate your changes |
| unlock | force unlock remote state |
| plan | show terraform plan |
| apply | apply terraform changes |
| apply-target | apply terraform changes to specific target |
| shell | start the container shell |
| clean | remove running containers, volumes & anything else |
| help | display this help |
Note:
Your mainREADME.mdfile is indocs/README.md, the file at root is generated using pandoc using the provided template.You should run
docker compose run readmeafter any change todocs/README.mdand before commit / push
Author: Ahmad Nassri • Twitter: @AhmadNassri