# Functions
ExecuteApply carries out an apply on steps.
ExecuteDestroy destroys steps.
ExecutePlan carries out a plan on steps.
# Structs
Kubernetes represents a Kube Cluster.
Noop is a task that prints the stage it is on, but otherwise does nothing.
Platform defines a complete platform.
RemoteState is an action that verifies remote state is available.
TerraformModule is a task that fetches and applies a terraform module.
# Interfaces
Task describes an individual task.
# Type aliases
Step is a list of parallisable tasks.