Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Update references to fly API token env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
gmemstr committed Sep 28, 2022
1 parent 73c5b25 commit ba3e6dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description: |-

```terraform
provider "fly" {
# Please don't do this. Use the FLY_TOKEN env variable instead.
# Please don't do this. Use the FLY_API_TOKEN env variable instead.
flytoken = "abc123"
}
```
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
provider "fly" {
# Please don't do this. Use the FLY_TOKEN env variable instead.
# Please don't do this. Use the FLY_API_TOKEN env variable instead.
flytoken = "abc123"
}

0 comments on commit ba3e6dd

Please sign in to comment.