From c4af879b31975172cde56292489f1b74a0a4ee2e Mon Sep 17 00:00:00 2001 From: tweeks-reify <69803975+tweeks-reify@users.noreply.github.com> Date: Fri, 15 Jul 2022 15:57:18 -0400 Subject: [PATCH] CHANGED - update streaming-logs doc to mention terragrunt support (#2395) --- runatlantis.io/docs/streaming-logs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runatlantis.io/docs/streaming-logs.md b/runatlantis.io/docs/streaming-logs.md index ee8e00689..c066d47d4 100644 --- a/runatlantis.io/docs/streaming-logs.md +++ b/runatlantis.io/docs/streaming-logs.md @@ -6,7 +6,7 @@ Atlantis supports streaming terraform logs in real time by default. Currently, o * atlantis apply ::: warning -As of now, custom workflow outputs and other terraform commands are not supported +As of now, not all custom workflow outputs and other terraform commands are not supported. Support for terragrunt has been added, see examples in [Custom Workflows](./custom-workflows.md#terragrunt). ::: In order to view real-time terraform logs, a user can navigate through the *details* section of a given project's plan or apply status check.