From 6d2f9bc10a2fcc9fe7fc19aaf3fb30a5e7b99977 Mon Sep 17 00:00:00 2001 From: Patrick Kubiak Date: Mon, 11 Nov 2024 04:49:11 -0500 Subject: [PATCH] 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 --- docs/configuring-the-deploy-cli.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/configuring-the-deploy-cli.md b/docs/configuring-the-deploy-cli.md index c449d8ee..a3f6e2ca 100644 --- a/docs/configuring-the-deploy-cli.md +++ b/docs/configuring-the-deploy-cli.md @@ -48,6 +48,14 @@ export AUTH0_KEYWORD_REPLACE_MAPPINGS='{"ENVIRONMENT":"dev"}' 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, 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"] +``` + ## Available Configuration Properties ### `AUTH0_DOMAIN`