Skip to content

Commit d7b3f8b

Browse files
authored
docs: update usage for crn parser (#6)
1 parent 116534d commit d7b3f8b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/crn-parser/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ This module takes a CRN string as input, parses the CRN, and returns the segment
66

77
```hcl
88
module "crn_parser" {
9-
source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-common-utilities//modules/crn-parser?ref=vX.Y.Z" # Replace "X.Y.Z" to lock into a specific release
10-
crn = "crn:v1:bluemix:public:kms:us-south:a/9f9af00a96104f49b6509aa715f9d6a5:44f9c10d-99f5-4547-9e9f-2a1c84b5f0a4:key:f6c9f6d0-92f6-437a-b97c-4b617cb3d320"
9+
source = "terraform-ibm-modules/common-utilities/ibm//modules/crn-parser"
10+
version = "X.Y.Z" # Replace "X.Y.Z" to lock into a specific release
11+
crn = "crn:v1:bluemix:public:kms:us-south:a/9f9af00a96104f49b6509aa715f9d6a5:44f9c10d-99f5-4547-9e9f-2a1c84b5f0a4:key:f6c9f6d0-92f6-437a-b97c-4b617cb3d320"
1112
}
1213
```
1314

0 commit comments

Comments
 (0)