feliux / infra-lab

Deploy whatever whenever with whatever
MIT License
0 stars 0 forks source link
aws azure gcp opentofu pulumi terraform

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