Updating gitignore
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
# ---> Packer
|
# ---> Packer
|
||||||
credentials.auto.tfvars
|
credentials.auto.tfvars
|
||||||
credentials.pkr.hcl
|
credentials.pkr.hcl
|
||||||
template-credentials.pkr.hcl
|
|
||||||
|
|
||||||
# Cache objects
|
# Cache objects
|
||||||
packer_cache/
|
packer_cache/
|
||||||
|
|||||||
@@ -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"
|
||||||
Reference in New Issue
Block a user