module

Crig::Client

Class methods

optional_env_var(name : String) : String | Nil | ProviderClientError

Read an optional environment variable for provider client construction. Returns nil when the variable is not present.

Source
required_env_var(name : String) : String | ProviderClientError

Read a required environment variable for provider client construction.

Source

Nested types