summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.tf2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.tf b/main.tf
index 5681fed..f555b42 100644
--- a/main.tf
+++ b/main.tf
@@ -14,7 +14,7 @@ provider "proxmox" {
#pm_user = "root@pam"
#pm_password = "secret"
pm_api_token_id = "root@pam!terraform"
- pm_api_token_secret = "350039e6-3f20-4fc2-856d-6ed6f2b97d7d"
+ pm_api_token_secret = "350039e6-3f20-4fc2-856d-xxxxd7d"
}
resource "proxmox_lxc" "basic" {