From 215d1e129c0df8032882a31ab0d89682d8f37c73 Mon Sep 17 00:00:00 2001 From: "hkantare@in.ibm.com" Date: Wed, 12 Jun 2019 18:39:32 +0530 Subject: [PATCH] Fix doc --- website/docs/index.html.markdown | 2 -- 1 file changed, 2 deletions(-) diff --git a/website/docs/index.html.markdown b/website/docs/index.html.markdown index b6c125bed4..ddb463f146 100644 --- a/website/docs/index.html.markdown +++ b/website/docs/index.html.markdown @@ -165,8 +165,6 @@ The following arguments are supported in the `provider` block: * `region` - (optional) The IBM Cloud region. You can also source it from the `IC_REGION` (higher precedence) or `IBMCLOUD_REGION` `BM_REGION` `BLUEMIX_REGION` environment variable. The default value is `us-south`. -Note: `IBMCLOUD_REGION` is not supported for Infrastructure Service. If you want to create Infrastructure Service resource in another region, you need to set the RIAAS_ENDPOINT for that region. To get the supported endpoint , RUN `ic is regions`. - * `resource_group` - (optional) The Resource Group ID. You can also source it from the `IC_RESOURCE_GROUP` (higher precedence) or `IBMCLOUD_RESOURCE_GROUP` `BM_RESOURCE_GROUP` `BLUEMIX_RESOURCE_GROUP` environment variable. * `max_retries` - (Optional) This is the maximum number of times an IBM Cloud infrastructure API call is retried, in the case where requests are getting network related timeout and rate limit exceeded error code. You can also source it from the `MAX_RETRIES` environment variable. The default value is `10`.