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

https://github.com/chaddyc/terraform-proxmox-template

Terraform Build Template Code For Proxmox - Virtual Machine Ubuntu Server On Proxmox VE
https://github.com/chaddyc/terraform-proxmox-template

linux proxmox-ve proxmoxve terraform terraform-module terraform-provider terraform-proxmox ubuntu-server

Last synced: about 2 months ago
JSON representation

Terraform Build Template Code For Proxmox - Virtual Machine Ubuntu Server On Proxmox VE

Awesome Lists containing this project

README

        

# terraform-proxmox-template
Terraform Build Template Code For Proxmox

Terraform Plan & Terraform Apply - See Planned output of resources to deploy and apply to deploy the planned resources
```
terraform plan -var-file="credentials.tfvars"
```
```
terraform apply -var-file="credentials.tfvars"
```

Terraform Destroy - Destroy resources
```
terraform destroy -var-file="credentials.tfvars"
```