package
3.55.1-dev.0
Repository: https://github.com/mrod-io/pulumi.git
Documentation: pkg.go.dev

# Functions

Declare a new environmental value of type bool.
Declare a new environmental value of type integer.
Indicate that a variable can only be set if `val` is truthy.
Create a new strongly typed Env from an untyped Store.
Indicate that a variable should not have the default prefix applied.
Declare a new environmental value.
Variables is a list of variables declared.

# Constants

The default prefix for a environmental variable.

# Variables

The global store of values that Value.Value() uses.

# Structs

A boolean retrieved from the environment.
An integer retrieved from the environment.
A string retrieved from the environment.
No description provided by the author
An environmental variable.

# Interfaces

A strongly typed environment.
Store holds a collection of key, value? pairs.
The value of a environmental variable.

# Type aliases

No description provided by the author
An Option to configure a environmental variable.