PulumiProjectSettings
PulumiProjectSettings contains the settings for a Pulumi project, including source and destination paths.
Properties
sourcestring requiredA path to the source of a projectdestinationstring requiredA path to the destinationcanAddStacksboolean requiredA flag denoting if the user can add stacks to the project. This flag might be false if the organization has hit their max stack quota or if the project’s source and/or destination no longer exist.addStacksDisabledReasonstring optionalAn optional reason for disabling new stacks. IfCanAddStacksis false there may be additional context provided via this field such that the user can determine why they cannot add new stacks. For example, the organization has hit their max stack quota or the project’s source and/or destination no longer exist.
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.