Skip to content

Repositório contendo todos os arquivos de terraform para realizar o deploy da solução no heroku.

License

Notifications You must be signed in to change notification settings

CorchoForce/tf-pav-resources

Repository files navigation

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

About

Repositório contendo todos os arquivos de terraform para realizar o deploy da solução no heroku.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages