Skip to content

Commit da9a860

Browse files
format fix
1 parent 6576234 commit da9a860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kong/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ func Provider() *schema.Provider {
7272
"kong_consumer_acl": resourceKongConsumerACL(),
7373
"kong_consumer_basic_auth": resourceKongConsumerBasicAuth(),
7474
"kong_consumer_key_auth": resourceKongConsumerKeyAuth(),
75-
"kong_consumer_oauth2": resourceKongConsumerOAuth2(),
75+
"kong_consumer_oauth2": resourceKongConsumerOAuth2(),
7676
"kong_plugin": resourceKongPlugin(),
7777
"kong_upstream": resourceKongUpstream(),
7878
"kong_target": resourceKongTarget(),

0 commit comments

Comments
 (0)