Skip to content

Commit

Permalink
Remove resourceGroup parameter requirement, only ID is used
Browse files Browse the repository at this point in the history
Signed-off-by: John Starich <johnstarich@johnstarich.com>
  • Loading branch information
JohnStarich committed Apr 18, 2022
1 parent c4e6b02 commit 753cb4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files": null,
"lines": null
},
"generated_at": "2022-03-16T20:44:21Z",
"generated_at": "2022-04-18T20:37:06Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down Expand Up @@ -57,7 +57,7 @@
}
],
"results": {},
"version": "0.13.1+ibm.47.dss",
"version": "0.13.1+ibm.48.dss",
"word_list": {
"file": null,
"hash": null
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,8 +440,7 @@ 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`. |
| resourceGroup | No | `string` | The IBM Cloud resource group name. You must also include the `resourceGroupID`. To list resource groups, run `ibmcloud resource groups`. |
| resourceGroupID | No | `string` | The IBM Cloud resource group ID. You must also include the `resourceGroup`. To list resource groups, run `ibmcloud resource groups`. |
| 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)
Expand Down

0 comments on commit 753cb4f

Please sign in to comment.