mirror of
https://github.com/GoodOlClint/PSProxmoxVE.git
synced 2026-08-10 06:16:53 +00:00
0dff14f4ba
- Use proxmox_virtual_environment_file resource to upload the auto-install ISO via the API. terraform destroy now cleans up both the VM and ISO. - Remove manual upload-to-pve.sh and cleanup-pve-storage.sh scripts. - Commit .terraform.lock.hcl for reproducible CI builds. - Replace iso_file_id variable with iso_local_path and iso_storage. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
8 lines
139 B
Plaintext
8 lines
139 B
Plaintext
*.tfstate*
|
|
.terraform/
|
|
*.tfvars
|
|
!terraform.tfvars.example
|
|
# Keep .terraform.lock.hcl tracked for reproducible CI builds
|
|
.api-token
|
|
.build/
|