Skip to content

Commit

Permalink
fix: update readme (#76)
Browse files Browse the repository at this point in the history
* fix: update readme

* docs: update readme

* docs: update readme

---------

Co-authored-by: shikha-mah <[email protected]>
  • Loading branch information
maheshwarishikha and ShikhaMahe authored Sep 8, 2023
1 parent 84bf079 commit 20ea687
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files": "go.sum|^.secrets.baseline$",
"lines": null
},
"generated_at": "2023-07-13T08:02:39Z",
"generated_at": "2023-09-07T10:12:57Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down Expand Up @@ -82,15 +82,15 @@
"hashed_secret": "b7789e80adceebbe078db3e927944143c93e3116",
"is_secret": false,
"is_verified": false,
"line_number": 158,
"line_number": 162,
"type": "Base64 High Entropy String",
"verified_result": null
},
{
"hashed_secret": "379f23674341f122f9075538a32277b5efaa2f7d",
"is_secret": false,
"is_verified": false,
"line_number": 163,
"line_number": 167,
"type": "Base64 High Entropy String",
"verified_result": null
}
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ The next step after provisioning an HPCS instance is to [initialize](https://clo
For more information, see [components and concepts](https://cloud.ibm.com/docs/hs-crypto?topic=hs-crypto-understand-concepts) of HPCS and [about service instance initialization](https://cloud.ibm.com/docs/hs-crypto?topic=hs-crypto-introduce-service) in the Cloud Docs.


If you provision an HPCS instance with a `private-only` endpoint, both public and private endpoints URLs are included in the output. You can ignore the public endpoint. It is included for convenience in case you need to switch to it temporarily. However, make sure that you switch back to the private endpoint as soon as possible.



## Create Hyper Protect Crypto Services instance

### Usage to create the HPCS instance
Expand All @@ -42,7 +46,7 @@ module "hpcs" {
source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-hpcs?ref=main"
resource_group_id = "000fb3134f214c3a9017554db4510f70" # pragma: allowlist secret
region = "us-south"
service_name = "my-hpcs-instance"
name = "my-hpcs-instance"
tags = ["tag1","tag2"]
plan = "standard"
auto_initialization_using_recovery_crypto_units = false
Expand Down Expand Up @@ -110,7 +114,7 @@ module "hpcs" {
source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-hpcs?ref=main"
resource_group_id = "000fb3134f214c3a9017554db4510f70" # pragma: allowlist secret
region = "us-south"
service_name = "my-hpcs-instance"
name = "my-hpcs-instance"
tags = ["tag1","tag2"]
auto_initialization_using_recovery_crypto_units = true
number_of_crypto_units = 3
Expand Down Expand Up @@ -148,7 +152,7 @@ module "hpcs" {
source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-hpcs?ref=main"
resource_group_id = "000fb3134f214c3a9017554db4510f70" # pragma: allowlist secret
region = "us-south"
service_name = "my-hpcs-instance"
name = "my-hpcs-instance"
tags = ["tag1","tag2"]
auto_initialization_using_recovery_crypto_units = true
number_of_crypto_units = 3
Expand Down

0 comments on commit 20ea687

Please sign in to comment.