Files
atlantis/runatlantis.io/logs
Aayush Gupta bbd539b66a docs: add user facing documentation for real-time logs (#1963)
* Added user facing documentation

* Apply suggestions from code review

Co-authored-by: Nish Krishnan <nishkrishnan@users.noreply.github.com>

* Adding top level navigation

* Adding content

* Removing unnecessary artifacts

* Remooving package-loc

* Apply suggestions from code review

Co-authored-by: Nish Krishnan <nishkrishnan@users.noreply.github.com>

* Addressed comments

* Fixing website link error

* Noop commit

* Noop

* Removing link

* Added user facing documentation

* Apply suggestions from code review

Co-authored-by: Nish Krishnan <nishkrishnan@users.noreply.github.com>

* Adding top level navigation

* Adding content

* Removing unnecessary artifacts

* Remooving package-loc

* Apply suggestions from code review

Co-authored-by: Nish Krishnan <nishkrishnan@users.noreply.github.com>

* Addressed comments

* Fixing website link error

* Noop commit

* Noop

* Removing link

* Adding link

* Remove unused assets

Co-authored-by: Nish Krishnan <nishkrishnan@users.noreply.github.com>
2022-02-09 10:44:40 -08:00
..

Real-time logs

Getting Started

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

  • terraform init
  • terraform plan
  • terraform 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. :::