Skip to content

Commit 6d2f9bc

Browse files
authored
Document resources that need to be excluded on free tier tenants (#978)
Document resources that need to be excluded on free tier tenants. logStreams are mandatory, and customDomains are optional. Ref Issue #969
1 parent d21774f commit 6d2f9bc

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/configuring-the-deploy-cli.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,14 @@ export AUTH0_KEYWORD_REPLACE_MAPPINGS='{"ENVIRONMENT":"dev"}'
4848
a0deploy export -c=config.json --format=yaml --output_folder=local
4949
```
5050

51+
### Free Tier
52+
53+
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.
54+
55+
```json
56+
"AUTH0_EXCLUDED": ["logStreams", "customDomains"]
57+
```
58+
5159
## Available Configuration Properties
5260

5361
### `AUTH0_DOMAIN`

0 commit comments

Comments
 (0)