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 a066a35 commit 846c8ebCopy full SHA for 846c8eb
website/docs/r/vault_oidc_configuration.html.markdown
@@ -21,7 +21,7 @@ resource "tfe_vault_oidc_configuration" "example" {
21
role_name = "vault-role-name"
22
namespace = "admin"
23
auth_path = "jwt-auth-path"
24
- encoded_cacert = null
+ encoded_cacert = ""
25
organization = "my-org-name"
26
}
27
```
0 commit comments