{{cookiecutter.project_short_description}}
Version: {{cookiecutter.version}}
This repository contains the Terraform modules for deploying and managing the infrastructure of {{cookiecutter.project_name}}.
- Terraform >= 0.12.x
- A suitable cloud provider account (AWS, Google Cloud, etc.)
Clone the repository:
git clone https://github.com/{{cookiecutter.github_username}}/{{cookiecutter.project_slug}}.git
Navigate to the desired environment:
cd {{cookiecutter.project_slug}}/env/dev # or "prod" for production
Initialize Terraform:
terraform init
Plan and apply your changes:
terraform plan
terraform apply
To start a new project with this template, run the following on a terminal:
cookiecutter cookiecutter-terraform
It will ask you a couple of questions on the project details. Fill in the details and click enter to proceed.
Github: @alex1kariuki