Skip to content

Commit

Permalink
Clarify wording that logStreams are mandatory, and customDomains are …
Browse files Browse the repository at this point in the history
…optional
  • Loading branch information
patkub committed Nov 8, 2024
1 parent 65d371c commit 8826a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuring-the-deploy-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ a0deploy export -c=config.json --format=yaml --output_folder=local

### Free Tier

Certain Auth0 resources require a paid plan with a verified credit card on file to manage. On free tier tenants, the following resources need to be excluded in `config.json`.
Certain Auth0 resources require a paid plan with a verified credit card on file to manage. On free tier tenants, logStreams need to be excluded in `config.json`. You can also exclude customDomains, if you don't want to add credit card information.

```json
"AUTH0_EXCLUDED": ["logStreams", "customDomains"]
Expand Down

0 comments on commit 8826a27

Please sign in to comment.