From 47d7299fe87e6554a582dcc68de8393be967a85c Mon Sep 17 00:00:00 2001 From: Christian Lechner <22294087+lechnerc77@users.noreply.github.com.> Date: Tue, 1 Oct 2024 07:31:21 +0200 Subject: [PATCH] docs: fix wrong link for API credentials --- docs/resources/directory_api_credential.md | 4 ++-- docs/resources/globalaccount_api_credential.md | 4 ++-- docs/resources/subaccount_api_credential.md | 4 ++-- internal/provider/resource_directory_api_credential.go | 2 +- internal/provider/resource_globalaccount_api_credential.go | 2 +- internal/provider/resource_subaccount_api_credential.go | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/resources/directory_api_credential.md b/docs/resources/directory_api_credential.md index 1fed29eb..34678f1a 100644 --- a/docs/resources/directory_api_credential.md +++ b/docs/resources/directory_api_credential.md @@ -8,7 +8,7 @@ description: |- Tip: You must be assigned to directory admin or viewer role. Further documentation: - https://help.sap.com/docs/btp/sap-business-technology-platform/entitlements-and-quotas + https://help.sap.com/docs/btp/sap-business-technology-platform-internal/managing-api-credentials-for-calling-rest-apis-of-sap-authorization-and-trust-management-service --- # btp_directory_api_credential (Resource) @@ -21,7 +21,7 @@ __Tip:__ You must be assigned to directory admin or viewer role. __Further documentation:__ - + ## Example Usage diff --git a/docs/resources/globalaccount_api_credential.md b/docs/resources/globalaccount_api_credential.md index 40410f34..710558e1 100644 --- a/docs/resources/globalaccount_api_credential.md +++ b/docs/resources/globalaccount_api_credential.md @@ -8,7 +8,7 @@ description: |- Tip: You must be assigned to the global account admin or viewer role. Further documentation: - https://help.sap.com/docs/btp/sap-business-technology-platform/entitlements-and-quotas + https://help.sap.com/docs/btp/sap-business-technology-platform-internal/managing-api-credentials-for-calling-rest-apis-of-sap-authorization-and-trust-management-service --- # btp_globalaccount_api_credential (Resource) @@ -21,7 +21,7 @@ __Tip:__ You must be assigned to the global account admin or viewer role. __Further documentation:__ - + ## Example Usage diff --git a/docs/resources/subaccount_api_credential.md b/docs/resources/subaccount_api_credential.md index 7741fb6b..5c3c7720 100644 --- a/docs/resources/subaccount_api_credential.md +++ b/docs/resources/subaccount_api_credential.md @@ -8,7 +8,7 @@ description: |- Tip: You must be assigned to the subaccount admin or viewer role. Further documentation: - https://help.sap.com/docs/btp/sap-business-technology-platform/entitlements-and-quotas + https://help.sap.com/docs/btp/sap-business-technology-platform-internal/managing-api-credentials-for-calling-rest-apis-of-sap-authorization-and-trust-management-service --- # btp_subaccount_api_credential (Resource) @@ -21,7 +21,7 @@ __Tip:__ You must be assigned to the subaccount admin or viewer role. __Further documentation:__ - + ## Example Usage diff --git a/internal/provider/resource_directory_api_credential.go b/internal/provider/resource_directory_api_credential.go index 743b28bb..b04d4157 100644 --- a/internal/provider/resource_directory_api_credential.go +++ b/internal/provider/resource_directory_api_credential.go @@ -47,7 +47,7 @@ __Tip:__ You must be assigned to directory admin or viewer role. __Further documentation:__ -`, +`, Attributes: map[string]schema.Attribute{ "directory_id": schema.StringAttribute{ MarkdownDescription: "The ID of the directory.", diff --git a/internal/provider/resource_globalaccount_api_credential.go b/internal/provider/resource_globalaccount_api_credential.go index ec0ee746..941438b9 100644 --- a/internal/provider/resource_globalaccount_api_credential.go +++ b/internal/provider/resource_globalaccount_api_credential.go @@ -47,7 +47,7 @@ __Tip:__ You must be assigned to the global account admin or viewer role. __Further documentation:__ -`, +`, Attributes: map[string]schema.Attribute{ "globalaccount_id": schema.StringAttribute{ MarkdownDescription: "The ID of the globalaccount.", diff --git a/internal/provider/resource_subaccount_api_credential.go b/internal/provider/resource_subaccount_api_credential.go index 300166ff..88406168 100644 --- a/internal/provider/resource_subaccount_api_credential.go +++ b/internal/provider/resource_subaccount_api_credential.go @@ -47,7 +47,7 @@ __Tip:__ You must be assigned to the subaccount admin or viewer role. __Further documentation:__ -`, +`, Attributes: map[string]schema.Attribute{ "subaccount_id": schema.StringAttribute{ MarkdownDescription: "The ID of the subaccount.",