Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gushmazuko/terraform-deploy-vms

Terraform Deploy Virtual Machines - Infrastructure-as-code
https://github.com/gushmazuko/terraform-deploy-vms

iac iac-proxmox infrastructure-as-code proxmox-iac terraform terraform-provider terraform-proxmox

Last synced: about 1 month ago
JSON representation

Terraform Deploy Virtual Machines - Infrastructure-as-code

Awesome Lists containing this project

README

        

# Terraform Deploy Virtual Machines

Deploy your Infrastructure as Code via Terraform & Cloud-Init

Find `README.md` in *each* provider subfolder:
```bash
.
├── LICENSE
├── proxmox
│   ├── cloud-init
│   │   └── user_data.yaml
│   ├── data.tf
│   ├── infra.tf
│   ├── output.tf
│   ├── provider.tf
│   ├── README.md
│   ├── terraform.tfvars.example
│   └── variables.tf
└── README.md
```

List of Providers:
- [Proxmox VE](./proxmox/)