Обновить terraform/main.tf

This commit is contained in:
2025-12-28 00:29:02 +00:00
parent 75d1eb088e
commit 0d62c65862

View File

@@ -8,8 +8,8 @@ terraform {
}
provider "proxmox" {
endpoint = "https://192.168.1.10:8006/"
api_token = "user@pve!token_id=secret_uuid"
endpoint = "https://10.33.33.10:8006/"
api_token = "root@pam!terraform=7efd89b1-7cbc-46be-a47f-f7523837b28a"
insecure = true
}