Files
atlantis/runatlantis.io/docs/streaming-logs.md
alex bezek a3b9f7c9df Update streaming-logs.md docs (#2313)
Hello, I was reading through these docs and this section seemed incorrect. I assume the 2 commands it supports are atlantis plan/apply and not the underlying 3 terraform commands. Let me know if I'm misinterpreting this. Thanks!

Co-authored-by: Rui Chen <rui@chenrui.dev>
2022-06-13 15:08:03 -07:00

767 B

Real-time logs

Atlantis supports streaming terraform logs in real time by default. Currently, only two commands are supported

  • atlantis plan
  • atlantis apply

::: warning As of now, custom workflow outputs and other terraform commands are not supported :::

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.

Plan Command

This will link to the atlantis UI which provides real-time logging in addition to native terraform syntax highlighting.

Plan Output

::: warning As of now the logs are currently stored in memory and cleared when a given pull request is closed, so this link shouldn't be persisted anywhere. :::