edgeone: add zones mapping (#2728)

This commit is contained in:
Ludovic Fernandez 2025-11-25 19:29:47 +01:00 committed by GitHub
commit 56cb356ef2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 61 additions and 20 deletions

View file

@ -55,6 +55,7 @@ More information [here]({{% ref "dns#configuration-and-credentials" %}}).
| `EDGEONE_REGION` | Region |
| `EDGEONE_SESSION_TOKEN` | Access Key token |
| `EDGEONE_TTL` | The TTL of the TXT record used for the DNS challenge in seconds (Default: 60) |
| `EDGEONE_ZONES_MAPPING` | Mapping between DNS zones and site IDs. (ex: 'example.org:id1,example.com:id2') |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{% ref "dns#configuration-and-credentials" %}}).