EnvironmentVariable
EnvironmentVariable is a key-value pair; if the variable is secret, value will be empty/omitted.
Properties
namestring requiredThe name of the environment variable.valuestring optionalThe value of the environment variable. Empty or omitted if the variable is secret.secretboolean requiredWhether the environment variable contains a secret value.
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.