Skip to content

Commit

Permalink
doc: update realm_keystore_custom.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rruxandra committed Mar 3, 2024
1 parent c241735 commit 3e45d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/realm_keystore_custom.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ resource "keycloak_realm_keystore_custom" "keystore_custom" {
- `extra_config` - (Optional) A map of key/value pairs to add extra configuration attributes to this keystore.
``` hcl
extra_config = {
"custom.attribute" = "value"
"key1" = "value1"
}
```

Expand Down

0 comments on commit 3e45d97

Please sign in to comment.