1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. PulumiProjectSettings

PulumiProjectSettings

    PulumiProjectSettings contains the settings for a Pulumi project, including source and destination paths.

    Properties

    • source string required
      A path to the source of a project
    • destination string required
      A path to the destination
    • canAddStacks boolean required
      A 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.
    • addStacksDisabledReason string optional
      An optional reason for disabling new stacks. If CanAddStacks is 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.