ModuleUpdateInput

Arguments used to create and update an individual Module.
  • administrative
    Administrative stacks can manage other Stacks at runtime.
  • branch
    Name of the branch to track.
  • description
    Optional free-form description of the Module.
  • githubActionDeploy
    When set to true, the "Deploy" action will be enabled on GitHub Checks Run (default: true).
  • isDisabled
    When set to true, the module will not be able to create runs.
  • labels
    Optional list of Module labels.
  • protectFromDeletion
    Indicates whether deletion protection is currently "on" for the module.
  • localPreviewEnabled
    Whether triggering local workspace based Versions on this Module is enabled
  • projectRoot
    Project root is the optional directory relative to the workspace root containing the root directory of the module.
  • sharedAccounts
    Optional list of the accounts (subdomains) which have access to the Module.
  • space
    ID of the Space this Stack should be in.
  • workerPool
    ID of the worker pool for the Module to use.
  • runnerImage
    Optional runner image used to process the module metadata during parsing Run.