DeploymentConfiguration
DeploymentConfiguration contains the configuration for a deployment, including environment variables and source settings.
Properties
- The list of environment variables for the deployment.
- ↳
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. - The source configuration for the deployment.
- The Git source configuration for the deployment.
- The template source configuration for the deployment.
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.