From 43abe743f5c20c8cb9045904d07a34250b5315eb Mon Sep 17 00:00:00 2001 From: jerome Date: Mon, 12 Jun 2023 14:35:43 +0200 Subject: update main.tf --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.tf') diff --git a/main.tf b/main.tf index f555b42..b131d51 100644 --- a/main.tf +++ b/main.tf @@ -10,7 +10,7 @@ terraform { provider "proxmox" { # Configuration options #pm_tls_insecure = true - pm_api_url = "https://pve.xlinfo.fr:8006/api2/json" + pm_api_url = "https://pve.example.com:8006/api2/json" #pm_user = "root@pam" #pm_password = "secret" pm_api_token_id = "root@pam!terraform" -- cgit v1.2.3