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
- Host: GitHub
- URL: https://github.com/chaddyc/terraform-proxmox-template
- Owner: chaddyc
- Created: 2022-10-15T08:44:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-15T12:23:29.000Z (over 2 years ago)
- Last Synced: 2025-02-10T10:24:08.525Z (3 months ago)
- Topics: linux, proxmox-ve, proxmoxve, terraform, terraform-module, terraform-provider, terraform-proxmox, ubuntu-server
- Language: HCL
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# terraform-proxmox-template
Terraform Build Template Code For ProxmoxTerraform 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"
```