We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a545ded + 9580099 commit 58d4429Copy full SHA for 58d4429
docs/index.md
@@ -69,7 +69,8 @@ provider "proxmox" {
69
## Creating the connection via username and API token
70
71
```bash
72
-export PM_API_TOKEN_ID="terraform-prov@pve!mytoken"
+# use single quotes for the API token ID because of the exclamation mark
73
+export PM_API_TOKEN_ID='terraform-prov@pve!mytoken'
74
export PM_API_TOKEN_SECRET="afcd8f45-acc1-4d0f-bb12-a70b0777ec11"
75
```
76
0 commit comments