Skip to content

Commit 58d4429

Browse files
authored
Merge pull request #1332 from rubenhoenle/master
fix(doc): use single quotes for PM_API_TOKEN_ID env var
2 parents a545ded + 9580099 commit 58d4429

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ provider "proxmox" {
6969
## Creating the connection via username and API token
7070

7171
```bash
72-
export PM_API_TOKEN_ID="terraform-prov@pve!mytoken"
72+
# use single quotes for the API token ID because of the exclamation mark
73+
export PM_API_TOKEN_ID='terraform-prov@pve!mytoken'
7374
export PM_API_TOKEN_SECRET="afcd8f45-acc1-4d0f-bb12-a70b0777ec11"
7475
```
7576

0 commit comments

Comments
 (0)