Package terraform is a generic Terraform (IaC) driver for togo deploy. It runs
`terraform init/plan/apply` (and `destroy`) in a Terraform directory, so any of
the cloud deploy plugins can express infrastructure as Terraform. Select with
DEPLOY_PROVIDER=terraform; set the dir via spec.Options["tf_dir"], TF_DIR, or
<project>/infra.