Skip to main content

Configuration

IaC Code reads configuration from CLI arguments, environment variables, and files in the runtime configuration directory.

Configuration precedence:

CLI arguments > environment variables > configuration files

The runtime directory is:

~/.iac-code/

Common files:

FileDescription
.credentials.ymlLLM credentials
.cloud-credentials.ymlCloud provider credentials
settings.ymlSelected provider, model, and related settings
history filesInput history for interactive workflows

Avoid committing or sharing files from this directory because they can contain secrets or local preferences.