Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
freeznet committed Sep 29, 2024
1 parent bb4577c commit e5eea12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ description: |-

### Optional

- `api_version` (String) Api Version to be used for the pulsar admin interaction (DEPRECATED)
- `api_version` (String) Api Version to be used for the pulsar admin interaction
- `audience` (String) The OAuth 2.0 resource server identifier for the Pulsar cluster
- `client_id` (String) The OAuth 2.0 client identifier
- `issuer_url` (String) The OAuth 2.0 URL of the authentication provider which allows the Pulsar client to obtain an access token
Expand Down
2 changes: 1 addition & 1 deletion pulsar/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func init() {
descriptions = map[string]string{
"web_service_url": "Web service url is used to connect to your apache pulsar cluster",
"token": "Authentication Token used to grant terraform permissions to modify Apace Pulsar Entities",
"api_version": "Api Version to be used for the pulsar admin interaction, DEPRECATED: no need to set this value",
"api_version": "Api Version to be used for the pulsar admin interaction",
"tls_trust_certs_file_path": "Path to a custom trusted TLS certificate file",
"tls_key_file_path": "Path to the key to use when using TLS client authentication",
"tls_cert_file_path": "Path to the cert to use when using TLS client authentication",
Expand Down

0 comments on commit e5eea12

Please sign in to comment.