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 3f6b75b commit 1fcb5e3Copy full SHA for 1fcb5e3
provider/resource_keycloak_realm_keystore_rsa.go
@@ -60,6 +60,7 @@ func resourceKeycloakRealmKeystoreRsa() *schema.Resource {
60
"private_key": {
61
Type: schema.TypeString,
62
Required: true,
63
+ Sensitive: true,
64
Description: "Private RSA Key encoded in PEM format",
65
},
66
"certificate": {
0 commit comments