Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 239 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 239 Bytes

Infra Lab

This repository contains some tools and scripts for deploying infraestructure services.

Terraform

$ terraform init
$ terraform plan -out tfplan
$ terraform apply -auto-approve
$ terraform destroy -auto-approve