Arguments used to 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).
- labelsOptional list of Module labels.
- localPreviewEnabledWhether triggering local workspace based Versions on this Module is enabled.
- namespaceNamespace is the optional namespace which the repository belongs to. If not provided, the name of the linked GitHub account is used.
- providerVCSProviderProvider is the optional VCS provider that provides access to the Git repository linked to the Module.
- repositoryName of the repository to track.
- repositoryURLOptional URL of the repository to track.
- projectRootProject root is the optional directory relative to the workspace root containing the root directory of the module.
- protectFromDeletionIndicates whether deletion protection is currently "on" for the module.
- sharedAccountsOptional list of the accounts (subdomains) which have access to the Module.
- spaceID of the Space this Stack should be in.
- vcsIntegrationIdThe ID of the VCS integration used by this stack. This should only be provided if the default (account-level) integration is not being used (i.e. a space-level integration is being used).
- workerPoolID of the worker pool for the Module to use.
- workflowToolTerraformWorkflowToolDefines the tool that will be used to execute the workflow.
- runnerImageOptional runner image used to process the module metadata during parsing Run.