This message was deleted.
# atlantis-community
s
This message was deleted.
r
are you using the build in step commands or defining custom commands for terraform?
m
we have
terraform init -upgrade
as a run command
r
so you're doing something like:
Copy code
workflows:
  myworkflow:
    plan:
      run: terraform init -upgrade
?
if so, you could redirect the output to
/dev/null