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

Commit

Permalink
Fix typo (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
antham authored and alexkappa committed Sep 13, 2018
1 parent db45860 commit 58acc8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To use the provider define the `auth0` provider in your `*.tf` file.

```
provider "auth0" {
"domain" = "<doman>"
"domain" = "<domain>"
"client_id" = "<client-id>"
"client_secret" = "<client-secret>"
}
Expand Down

0 comments on commit 58acc8b

Please sign in to comment.