We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16667a5 commit 2687e0dCopy full SHA for 2687e0d
modules/get-started/pages/cluster-types/byoc/aws/vpc-byo-aws.adoc
@@ -62,7 +62,7 @@ You can update the example configuration to customize your setup:
62
+
63
```json
64
"condition_tags": {
65
-"redpanda-managed": "true"
+ "redpanda-managed": "true"
66
},
67
```
68
@@ -359,7 +359,7 @@ NOTE: You must have the `iam_rpk_user.tf` permissions described in the prerequis
359
```bash
360
rpk cloud login \
361
--save \
362
- --client-id=${REDPANDCA_CLIENT_ID} \
+ --client-id=${REDPANDA_CLIENT_ID} \
363
--client-secret=${REDPANDA_CLIENT_SECRET} \
364
--no-profile
365
0 commit comments