RuntimeConfig

RuntimeConfig is the runtime configuration pulled from GitHub for each Run separately.
  • projectRoot
    Indicates where the root of the Terraform project is.
  • runnerImage
    Name of the Docker image used to process the Run.
  • terraformVersion
    Terraform version used to process the Run.
  • afterApply
    List of after-apply scripts.
  • beforeApply
    List of before-apply scripts.
  • afterInit
    List of after-init scripts.
  • beforeInit
    List of before-init scripts.
  • afterPlan
    List of after-plan scripts.
  • beforePlan
    List of before-plan scripts.
  • afterPerform
    List of after-perform scripts.
  • beforePerform
    List of before-perform scripts.
  • afterDestroy
    List of after-destroy scripts.
  • afterRun
    List of after-run scripts.
  • beforeDestroy
    List of before-destroy scripts.
  • runtime configuration in YAML format