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.
- 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.