From 0d62c658623687f4b60a05da72251d8ebcf2602c Mon Sep 17 00:00:00 2001 From: ogrechko Date: Sun, 28 Dec 2025 00:29:02 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20terraform/main.tf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- terraform/main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform/main.tf b/terraform/main.tf index 1668341..0167d4b 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -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 }