diff --git a/runatlantis.io/docs/custom-workflows.md b/runatlantis.io/docs/custom-workflows.md index ae6cb49dec..b118816774 100644 --- a/runatlantis.io/docs/custom-workflows.md +++ b/runatlantis.io/docs/custom-workflows.md @@ -420,7 +420,8 @@ Or a custom command | run | string | none | no | Run a custom command | ::: tip Notes -* `run` steps are executed with the following environment variables: +* `run` steps in the main `workflow` are executed with the following environment variables: +* note: these variables are not available to `pre` or `post` workflows * `WORKSPACE` - The Terraform workspace used for this project, ex. `default`. * NOTE: if the step is executed before `init` then Atlantis won't have switched to this workspace yet. * `ATLANTIS_TERRAFORM_VERSION` - The version of Terraform used for this project, ex. `0.11.0`. @@ -497,4 +498,3 @@ The name-value pairs in the result are added as environment variables if success * `multienv` `command`'s can use any of the built-in environment variables available to `run` commands. ::: -