diff options
| author | jerome <jerome@xlinfo.fr> | 2023-06-12 14:35:43 +0200 |
|---|---|---|
| committer | jerome <jerome@xlinfo.fr> | 2023-06-12 14:35:43 +0200 |
| commit | 43abe743f5c20c8cb9045904d07a34250b5315eb (patch) | |
| tree | 39f4ea8ec0a45c5ac0058bb110c66a193c398f74 /main.tf | |
| parent | 7ba2f010061da8ab0f6b3ce90096fcff52f7db53 (diff) | |
| download | proxmox_lxc-43abe743f5c20c8cb9045904d07a34250b5315eb.tar.gz proxmox_lxc-43abe743f5c20c8cb9045904d07a34250b5315eb.zip | |
update main.tf
Diffstat (limited to 'main.tf')
| -rw-r--r-- | main.tf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
