- yamlRuntime configuration in YAML format. The yaml property, or the other properties must be set, but not both.
- environment[EnvVarInput]!Environment variables
- projectRootIndicates where the root of the Terraform project is.
- runnerImageName of the Docker image used to process the Run.
- afterApplyList of after-apply scripts.
- afterDestroyList of after-destroy scripts.
- afterInitList of after-init scripts.
- afterPerformList of after-perform scripts.
- afterPlanList of after-plan scripts.
- afterRunList of after-run scripts.
- beforeApplyList of before-apply scripts.
- beforeDestroyList of before-destroy scripts.
- beforeInitList of before-init scripts.
- beforePerformList of before-perform scripts.
- beforePlanList of before-plan scripts.