Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gushmazuko/terraform-deploy-vms
- Owner: gushmazuko
- License: mit
- Created: 2021-11-01T14:22:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-18T14:14:43.000Z (about 3 years ago)
- Last Synced: 2024-11-07T12:31:40.766Z (3 months ago)
- Topics: iac, iac-proxmox, infrastructure-as-code, proxmox-iac, terraform, terraform-provider, terraform-proxmox
- Language: HCL
- Homepage:
- Size: 23.4 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)