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

Commit

Permalink
Merge pull request #88 from gmemstr/fly-api-token
Browse files Browse the repository at this point in the history
Update references to fly API token env variable
  • Loading branch information
DAlperin authored Sep 30, 2022
2 parents 35e8ad4 + ba3e6dd commit 4f6efdf
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 4f6efdf

Please sign in to comment.