Arguments used to create and update an individual Module.
- administrativeAdministrative stacks can manage other Stacks at runtime.
- branchName of the branch to track.
- descriptionOptional free-form description of the Module.
- githubActionDeployWhen set to true, the "Deploy" action will be enabled on GitHub Checks Run (default: true).
- isDisabledWhen set to true, the module will not be able to create runs.
- labelsOptional list of Module labels.
- protectFromDeletionIndicates whether deletion protection is currently "on" for the module.
- localPreviewEnabledWhether triggering local workspace based Versions on this Module is enabled
- projectRootProject root is the optional directory relative to the workspace root containing the root directory of the module.
- gitSparseCheckoutPathsThe list of paths that are used for sparse checkout, if any. If empty sparse checkout is not used - whole repository is checked out. Note: this field is only used if git checkout is enabled. See https://docs.spacelift.io/concepts/stack/stack-settings#labels
- sharedAccountsOptional list of the accounts (subdomains) which have access to the Module.
- spaceID of the Space this Stack should be in.
- workerPoolID of the worker pool for the Module to use.
- runnerImageOptional runner image used to process the module metadata during parsing Run.