Runner
Golang code for the terraform runner
<name>.apply; the unnamed <name> mutating alias is intentionally absent.//:tf.* commands delegate to //tools/terraform/cmd/workspace:tf.*.
They retain the repository root as Terraform’s working directory. Other
packages default to their own directory; terraform_binary accepts an
explicit chdir for relocated command wrappers.Golang code for the terraform runner