diff --git a/docs/resources/directory_api_credential.md b/docs/resources/directory_api_credential.md index 1ccc3bfe..1fed29eb 100644 --- a/docs/resources/directory_api_credential.md +++ b/docs/resources/directory_api_credential.md @@ -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. - -terraform import btp_directory_api_credential.with_secret d1298936-ddaf-4a82-b1d7-3ad29a732b61, directory-api-credential-with-secret -``` diff --git a/docs/resources/globalaccount_api_credential.md b/docs/resources/globalaccount_api_credential.md index 1a32d00a..40410f34 100644 --- a/docs/resources/globalaccount_api_credential.md +++ b/docs/resources/globalaccount_api_credential.md @@ -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. - -terraform import btp_globalaccount_api_credential.with_secret d1298936-ddaf-4a82-b1d7-3ad29a732b61, globalaccount-api-credential-with-secret -``` diff --git a/docs/resources/subaccount_api_credential.md b/docs/resources/subaccount_api_credential.md index a3185621..7741fb6b 100644 --- a/docs/resources/subaccount_api_credential.md +++ b/docs/resources/subaccount_api_credential.md @@ -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. - -terraform import btp_subaccount_api_credential.with_secret 77395f6a-a601-4c9e-8cd0-c1fcefc7f60f -```