From 1ec0e0d6919a4abd032a74e6d7b89a7661279183 Mon Sep 17 00:00:00 2001 From: Ian Reyes Date: Mon, 27 Nov 2023 14:06:53 -0500 Subject: [PATCH] Removed redundant general provider set up information. Fixed Service Subcategories Signed-off-by: Ian Reyes --- .../docs/d/logs_router_tenant.html.markdown | 2 +- .../docs/r/logs_router_tenant.html.markdown | 43 +------------------ 2 files changed, 2 insertions(+), 43 deletions(-) diff --git a/website/docs/d/logs_router_tenant.html.markdown b/website/docs/d/logs_router_tenant.html.markdown index 25710de5ac..0ff47b87b3 100644 --- a/website/docs/d/logs_router_tenant.html.markdown +++ b/website/docs/d/logs_router_tenant.html.markdown @@ -3,7 +3,7 @@ layout: "ibm" page_title: "IBM : ibm_logs_router_tenant" description: |- Get information about logs_router_tenant -subcategory: "IBM Logs Router" +subcategory: "Logs Router" --- # ibm_logs_router_tenant diff --git a/website/docs/r/logs_router_tenant.html.markdown b/website/docs/r/logs_router_tenant.html.markdown index 2f9dc8e343..0a193468d8 100644 --- a/website/docs/r/logs_router_tenant.html.markdown +++ b/website/docs/r/logs_router_tenant.html.markdown @@ -3,7 +3,7 @@ layout: "ibm" page_title: "IBM : ibm_logs_router_tenant" description: |- Manages logs_router_tenant. -subcategory: "IBM Logs Router" +subcategory: "Logs Router" --- # ibm_logs_router_tenant @@ -45,47 +45,6 @@ After your resource is created, you can read values from the listed arguments an * `updated_at` - (String) time stamp the tenant was last updated. * Constraints: The maximum length is `36` characters. The minimum length is `1` character. The value must match regular expression `/[0-9,:,.,-,T,Z]/`. -## Provider Configuration - -The IBM Cloud provider offers a flexible means of providing credentials for authentication. The following methods are supported, in this order, and explained below: - -- Static credentials -- Environment variables - -To find which credentials are required for this resource, see the service table [here](https://cloud.ibm.com/docs/ibm-cloud-provider-for-terraform?topic=ibm-cloud-provider-for-terraform-provider-reference#required-parameters). - -### Static credentials - -You can provide your static credential by adding the `ibmcloud_api_key` argument in the IBM Cloud provider block. - -Usage: -``` -provider "ibm" { - ibmcloud_api_key = "" -} -``` - -### Environment variables - -You can provide your credentials by exporting the `IC_API_KEY` environment variable, representing your IBM Cloud platform API key. - -``` -provider "ibm" {} -``` - -Usage: -``` -export IC_API_KEY="ibmcloud_api_key" -terraform plan -``` - -Note: - -1. Create or find your `ibmcloud_api_key` [here](https://cloud.ibm.com/iam/apikeys). - - Select `My IBM Cloud API Keys` option from view dropdown for `ibmcloud_api_key` - -For more informaton, see [here](https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs#authentication). - ## Import You can import the `ibm_logs_router_tenant` resource by using `id`. Unique ID of the created instance.