Skip to content

Commit

Permalink
Add data keycloak_authentication_flow to provider.go
Browse files Browse the repository at this point in the history
  • Loading branch information
David MEJIA committed Mar 1, 2021
1 parent 41765c6 commit dcc362c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ func KeycloakProvider(client *keycloak.KeycloakClient) *schema.Provider {
"keycloak_saml_client_installation_provider": dataSourceKeycloakSamlClientInstallationProvider(),
"keycloak_saml_client": dataSourceKeycloakSamlClient(),
"keycloak_authentication_execution": dataSourceKeycloakAuthenticationExecution(),
"keycloak_authentication_flow": dataSourceKeycloakAuthenticationFlow(),
},
ResourcesMap: map[string]*schema.Resource{
"keycloak_realm": resourceKeycloakRealm(),
Expand Down

0 comments on commit dcc362c

Please # to comment.