Skip to content

Commit

Permalink
Made the private_key property of resource keycloak_realm_keystore_rsa…
Browse files Browse the repository at this point in the history
… sensitive
  • Loading branch information
Laszlo Miklosik committed May 15, 2024
1 parent 3f6b75b commit 1fcb5e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions provider/resource_keycloak_realm_keystore_rsa.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ func resourceKeycloakRealmKeystoreRsa() *schema.Resource {
"private_key": {
Type: schema.TypeString,
Required: true,
Sensitive: true,
Description: "Private RSA Key encoded in PEM format",
},
"certificate": {
Expand Down

0 comments on commit 1fcb5e3

Please sign in to comment.