Skip to content

chaddyc/terraform-proxmox-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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" 

Releases

No releases published

Packages

No packages published

Languages