Skip to content

Commit ec58e36

Browse files
authored
updated language around test account (brevdev#89)
1 parent 67b1186 commit ec58e36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/CloudManual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1245,7 +1245,7 @@ To begin integration:
12451245
1. **Follow the Integration Guide and copy the template** — Start with the [Integration Guide](IntegrationGuide.md), which walks through the v1 interfaces, directory layout, and a copy/paste scaffold. Use the Lambda Labs provider as your canonical reference.
12461246
2. **Implement your Cloud provider** — Build out instance lifecycle, instance types, capabilities, and security conformance under `internal/{provider}/v1/`. Embed `NotImplCloudClient` for any unsupported operations.
12471247
3. **Run the local Validation Tests** — Wire up `validation_test.go` using real credentials and run `make test-validation` locally. This exercises instance create/get/list/terminate, instance types, and capability checks against your live API.
1248-
4. **Provide Brev with a test account** — Brev needs a console account and API credentials to run validation independently. Exact requirements can vary by provider.
1248+
4. **Provide Brev with a test account**Give Brev access to run validation independently. This typically means a console account or provided API credentials, but exact requirements vary by provider.
12491249
5. **Brev validates end-to-end flow** — We run the full validation suite plus our internal end-to-end tests against your provider, confirm catalog readiness, and enable it in Brev.
12501250

12511251
See the [Integration Guide](IntegrationGuide.md) for detailed implementation instructions, and reach out to the Brev team with any questions.

0 commit comments

Comments
 (0)