Skip to content

Commit 846c8eb

Browse files
committed
update basic usage in vault_oidc_configuration.html.markdown
1 parent a066a35 commit 846c8eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/vault_oidc_configuration.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ resource "tfe_vault_oidc_configuration" "example" {
2121
role_name = "vault-role-name"
2222
namespace = "admin"
2323
auth_path = "jwt-auth-path"
24-
encoded_cacert = null
24+
encoded_cacert = ""
2525
organization = "my-org-name"
2626
}
2727
```

0 commit comments

Comments
 (0)