How to configure atlantis or bitbucket to interpetate terraform plans?

172 Views Asked by At

Is there anything I can configure in Atlantis or Bitbucket in order to have a clean plan? At the moment I can see this in the Bitbucket comments:

enter image description here

All I have done so far is:

  1. terragrunt plan -no-color
    • env: # Reduce Terraform suggestion output name: TF_IN_AUTOMATION value: 'true'

Is anything else I can do?

0

There are 0 best solutions below