Skip to content

runtime

This page is generated from the same Go declarations the loader enforces, so it cannot drift from what ob validate accepts.

env_checks · env_files · file · present · provider · require

FieldTypeDefaultWhat it does
env_checkslistLocal environment-file assertions checked before planning or deploying.
env_checks[].filestringRepository-relative dotenv file whose declared keys are checked. Expects a path inside the repository, with no control character or shell metacharacter.
env_checks[].presentlistEnvironment keys that must be declared but may be empty.
env_checks[].requirelistEnvironment keys that must be declared with non-empty values.
env_fileslistProject-wide ordered environment-file list for application, worker, and job workloads.
env_files[].file *stringRepository-relative environment file path. Expects a path inside the repository, with no control character or shell metacharacter.
env_files[].providersopsDecryptor used before staging the file. The supported encrypted provider is sops.

* marks a field that is required within its own object.