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 51e71fc commit e5e1e5dCopy full SHA for e5e1e5d
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