Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.15 KB

README.md

File metadata and controls

50 lines (31 loc) · 1.15 KB

tf-pav-resources

Table of Contents

About

It is a project to store all the terraform archives that can up the entire pav project with a single command

Requirements

To run this repository by yourself you will need to install terraform v1.1.7 or greater. We will show how to do it in the next step.

How to use

Setup

# Clone the terraform repository
$ git clone <https://github.com/CorchoForce/tf-pav-resources>

# Access the frontend directory
$ cd tf-pav-resources/

# Run the terraform init command to install all the backend
$ terraform init

# Run the terraform plan command to check every resource that will be created
$ terraform plan

# Run the terraform apply command to create every resource located in the terraform
$ terraform apply

# After that you will need to input your env variables and write yes to build the project on heroku

demonstration

Technologies

  • Terraform