Skip to content

Commit

Permalink
Update vpc-byo-aws.adoc (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-yu authored Dec 16, 2024
1 parent 6dd09dc commit 868d863
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ Example using the operation ID returned from your create cluster command:
curl -X GET "https://api.redpanda.com/v1beta2/operations/<operation_id from cluster creation>" \
-H "accept: application/json"\
-H "content-type: application/json" \
-H "authorization: Bearer $YOUR_TOKEN"
-H "authorization: Bearer ${BEARER_TOKEN}"
```

Example retrieving cluster:
Expand All @@ -319,7 +319,7 @@ Example retrieving cluster:
curl -X GET "https://api.redpanda.com/v1beta2/clusters/${REDPANDA_ID}" \
-H "accept: application/json"\
-H "content-type: application/json" \
-H "authorization: Bearer $YOUR_TOKEN"
-H "authorization: Bearer ${BEARER_TOKEN}"
```

== Delete cluster
Expand All @@ -337,4 +337,4 @@ After that completes, run:

```bash
rpk cloud byoc aws destroy --redpanda-id ${REDPANDA_ID}
```
```

0 comments on commit 868d863

Please sign in to comment.