Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/feliux/infra-lab
- Owner: feliux
- License: mit
- Created: 2024-05-12T18:02:02.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-06-11T18:37:50.000Z (7 months ago)
- Last Synced: 2024-06-12T03:29:15.795Z (7 months ago)
- Topics: aws, azure, gcp, opentofu, pulumi, terraform
- Language: HCL
- Homepage:
- Size: 674 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```