Clarify that cluster_id differs between PR Primary/Secondary clusters (#18130)

Per conversation on Slack with Nick.

Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com>
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>

Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com>
This commit is contained in:
Alexander Scheel 2022-11-28 14:39:41 -05:00 committed by GitHub
parent 2843cfcdc1
commit 2a387b1d3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ secondary, it will look something like:
```json ```json
{ {
"data": { "data": {
"cluster_id": "d4095d41-3aee-8791-c421-9bc7f88f7c3e", "cluster_id": "06dcf957-6630-44ae-bdd9-117d5f4d70d7",
"known_primary_cluster_addrs": ["https://127.0.0.1:8201"], "known_primary_cluster_addrs": ["https://127.0.0.1:8201"],
"last_remote_wal": 87, "last_remote_wal": 87,
"merkle_root": "c31e40f6ff02f32c37b70e6a4d58732ac812abf0", "merkle_root": "c31e40f6ff02f32c37b70e6a4d58732ac812abf0",