summaryrefslogtreecommitdiff
path: root/main.tf
diff options
context:
space:
mode:
authorjerome <jerome@xlinfo.fr>2023-06-12 14:35:43 +0200
committerjerome <jerome@xlinfo.fr>2023-06-12 14:35:43 +0200
commit43abe743f5c20c8cb9045904d07a34250b5315eb (patch)
tree39f4ea8ec0a45c5ac0058bb110c66a193c398f74 /main.tf
parent7ba2f010061da8ab0f6b3ce90096fcff52f7db53 (diff)
downloadproxmox_lxc-43abe743f5c20c8cb9045904d07a34250b5315eb.tar.gz
proxmox_lxc-43abe743f5c20c8cb9045904d07a34250b5315eb.zip
update main.tf
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"