summaryrefslogtreecommitdiff
path: root/main.tf
diff options
context:
space:
mode:
Diffstat (limited to 'main.tf')
-rw-r--r--main.tf2
1 files changed, 1 insertions, 1 deletions
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"