Updating gitignore

main
Jaromir Rivera 2023-10-30 14:39:23 -04:00
parent be67b411f4
commit cb8c8af2ea
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,7 +1,6 @@
# ---> Packer
credentials.auto.tfvars
credentials.pkr.hcl
template-credentials.pkr.hcl
# Cache objects
packer_cache/

View File

@ -0,0 +1,3 @@
proxmox_api_url = "https://PROXMOX_URL:8006/api2/json" # Your Proxmox IP Address
proxmox_api_token_id = "root@SOME_SERVER!SOME_NAME" # API Token ID
proxmox_api_token_secret = "UUID_FORM_STRING"