Skip to content

Commit

Permalink
updated resource docs
Browse files Browse the repository at this point in the history
  • Loading branch information
diya-dhan committed Aug 26, 2024
1 parent 3c78a8a commit 529c295
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
8 changes: 0 additions & 8 deletions docs/resources/directory_api_credential.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,4 @@ resource "btp_directory_api_credential" "read-only" {
- `key` (String) RSA key generated if the API credential is created with a certificate.
- `token_url` (String) The URL to be used to fetch the access token to make use of the XSUAA REST APIs.

## Import

Import is supported using the following syntax:

```terraform
# terraform import btp_directory_api_credential.<resource_name> <directory_id>
terraform import btp_directory_api_credential.with_secret d1298936-ddaf-4a82-b1d7-3ad29a732b61, directory-api-credential-with-secret
```
8 changes: 0 additions & 8 deletions docs/resources/globalaccount_api_credential.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,4 @@ resource "btp_globalaccount_api_credential" "read-only" {
- `key` (String) RSA key generated if the API credential is created with a certificate.
- `token_url` (String) The URL to be used to fetch the access token to make use of the XSUAA REST APIs.

## Import

Import is supported using the following syntax:

```terraform
# terraform import btp_globalaccount_api_credential.<resource_name> <globalaccount_id>
terraform import btp_globalaccount_api_credential.with_secret d1298936-ddaf-4a82-b1d7-3ad29a732b61, globalaccount-api-credential-with-secret
```
8 changes: 0 additions & 8 deletions docs/resources/subaccount_api_credential.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,4 @@ resource "btp_subaccount_api_credential" "read-only" {
- `key` (String) RSA key generated if the API credential is created with a certificate.
- `token_url` (String) The URL to be used to fetch the access token to make use of the XSUAA REST APIs.

## Import

Import is supported using the following syntax:

```terraform
# terraform import btp_subaccount_api_credential.<resource_name> <subaccount_id>
terraform import btp_subaccount_api_credential.with_secret 77395f6a-a601-4c9e-8cd0-c1fcefc7f60f
```

0 comments on commit 529c295

Please sign in to comment.