Skip to content

Commit

Permalink
Fix incorrect default for reset_credentials_flow attribute in keycloa…
Browse files Browse the repository at this point in the history
…k_realm (#158)
  • Loading branch information
Dylan Crees authored and mrparkers committed Oct 3, 2019
1 parent 65b012f commit 93e3404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/resource_keycloak_realm.go
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ func resourceKeycloakRealm() *schema.Resource {
Type: schema.TypeString,
Description: "Which flow should be used for ResetCredentialsFlow",
Optional: true,
Default: "registration",
Default: "reset credentials",
},
"client_authentication_flow": {
Type: schema.TypeString,
Expand Down

0 comments on commit 93e3404

Please sign in to comment.