Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
DRuggeri committed Jul 6, 2023
2 parents e69a90f + 2be2f22 commit a4628c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/provider_with_oauth.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ provider "restapi" {
oauth_client_credentials {
oauth_client_id = "example"
oauth_client_secret = "example"
oauth_token_endpoint = "https://exmaple.com/tokenendpoint"
oauth_token_endpoint = "https://example.com/tokenendpoint"
oauth_scopes = ["openid"]
}
}

0 comments on commit a4628c1

Please sign in to comment.