Module env

Module env 

Source
Expand description

Environment variable secret provider.

This provider reads secrets from environment variables, which is useful for CI/CD environments where secrets are injected as environment variables.

This provider is read-only - secrets can only be read, not written or deleted.

Structsยง

EnvironmentProvider
Secret provider that reads from environment variables.