Skip to content

Commit a4628c1

Browse files
committed
2 parents e69a90f + 2be2f22 commit a4628c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/provider_with_oauth.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ provider "restapi" {
77
oauth_client_credentials {
88
oauth_client_id = "example"
99
oauth_client_secret = "example"
10-
oauth_token_endpoint = "https://exmaple.com/tokenendpoint"
10+
oauth_token_endpoint = "https://example.com/tokenendpoint"
1111
oauth_scopes = ["openid"]
1212
}
1313
}

0 commit comments

Comments
 (0)