Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/feliux/infra-lab

Deploy whatever whenever with whatever
https://github.com/feliux/infra-lab

aws azure gcp opentofu pulumi terraform

Last synced: 10 days ago
JSON representation

Deploy whatever whenever with whatever

Awesome Lists containing this project

README

        

# Infra Lab

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

### Terraform

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