Skip to content

Commit 26d01e6

Browse files
committed
CDR: typo fix in doc
Signed-off-by: Andy Lo-A-Foe <andy.loafoe@gmail.com>
1 parent 0d4227a commit 26d01e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/cdr_subscription.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ resource "hsdp_cdr_org" "test" {
2727
2828
resource "hsdp_cdr_subscription" "patient_changes" {
2929
# Refer to the fhir_store through the CDR Organization
30-
fhir_store = hsdp_cdr_org.test.endpoint
30+
fhir_store = hsdp_cdr_org.test.fhir_store
3131
version = "r4"
3232
3333
criteria = "Patient"

0 commit comments

Comments
 (0)