From 98da76f0ae466ffa9e1b895dad054807200a206a Mon Sep 17 00:00:00 2001 From: Sean Sundberg Date: Thu, 21 Apr 2022 11:15:33 -0500 Subject: [PATCH] Updates service context variable names in README.md closes #270 Signed-off-by: Sean Sundberg --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 57c03287..656e880d 100644 --- a/README.md +++ b/README.md @@ -440,8 +440,8 @@ You can override the account context in the `Service` configuration file with th | org | No | `string` | The Cloud Foundry org. To list orgs, run `ibmcloud account orgs`. | | space | No | `string` | The Cloud Foundry space. To list spaces, run `ibmcloud account spaces`. | | region | No | `string` | The IBM Cloud region. To list regions, run `ibmcloud regions`. | -| resourceGroupID | No | `string` | The IBM Cloud resource group ID. To list resource groups, run `ibmcloud resource groups`. | -| resourceLocation | No | `string` | The location of the resource.| +| resourcegroupid | No | `string` | The IBM Cloud resource group ID. To list resource groups, run `ibmcloud resource groups`. | +| resourcelocation | No | `string` | The location of the resource.| [Back to top](#ibm-cloud-operator)