{{cookiecutter.project_name}}

{{cookiecutter.project_short_description}}

Version: {{cookiecutter.version}}

This repository contains the Terraform modules for deploying and managing the infrastructure of {{cookiecutter.project_name}}.

Requirements

  • Terraform >= 0.12.x
  • A suitable cloud provider account (AWS, Google Cloud, etc.)

Usage

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

Stating the project with the template

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.

Modules (Roadmap item)

Maintainer

Github: @alex1kariuki