diff options
| author | jerome <jerome@xlinfo.fr> | 2023-06-12 13:59:34 +0200 |
|---|---|---|
| committer | jerome <jerome@xlinfo.fr> | 2023-06-12 13:59:34 +0200 |
| commit | f1ef9a16636f0f646641f0537d1aa929205c4e70 (patch) | |
| tree | 3315b000923e057e7d58eb501e549e50c45a25c5 /main.tf | |
| parent | fcbf4a9781df499a48a3199df407f182212d91ca (diff) | |
| download | proxmox_lxc-f1ef9a16636f0f646641f0537d1aa929205c4e70.tar.gz proxmox_lxc-f1ef9a16636f0f646641f0537d1aa929205c4e70.zip | |
update api
Diffstat (limited to 'main.tf')
| -rw-r--r-- | main.tf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ provider "proxmox" { #pm_user = "root@pam" #pm_password = "secret" pm_api_token_id = "root@pam!terraform" - pm_api_token_secret = "a60b267c-5211-4090-bffd-12178f120840" + pm_api_token_secret = "350039e6-3f20-4fc2-856d-6ed6f2b97d7d" } resource "proxmox_lxc" "basic" { |
