From 063ab03888badedd1d86b8226c396fa7f1460fee Mon Sep 17 00:00:00 2001 From: Jaromir Rivera Date: Tue, 31 Oct 2023 15:56:22 -0400 Subject: [PATCH] Updating credentials templating --- template-credentials.pkr.hcl | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 template-credentials.pkr.hcl diff --git a/template-credentials.pkr.hcl b/template-credentials.pkr.hcl deleted file mode 100644 index c461adc..0000000 --- a/template-credentials.pkr.hcl +++ /dev/null @@ -1,3 +0,0 @@ -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" \ No newline at end of file