We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6576234 commit da9a860Copy full SHA for da9a860
kong/provider.go
@@ -72,7 +72,7 @@ func Provider() *schema.Provider {
72
"kong_consumer_acl": resourceKongConsumerACL(),
73
"kong_consumer_basic_auth": resourceKongConsumerBasicAuth(),
74
"kong_consumer_key_auth": resourceKongConsumerKeyAuth(),
75
- "kong_consumer_oauth2": resourceKongConsumerOAuth2(),
+ "kong_consumer_oauth2": resourceKongConsumerOAuth2(),
76
"kong_plugin": resourceKongPlugin(),
77
"kong_upstream": resourceKongUpstream(),
78
"kong_target": resourceKongTarget(),
0 commit comments