This message was deleted.
# atlantis-community
s
This message was deleted.
w
can’t wrap it in triple backticks easily, but it’s basically an empty line in the diff output, and the plan doesn’t seem to have actually finished looking at the console log of the plan
the GH status check line is green and has a checkmark, but the details to the right of it are also empty for those states (no summary of the plan) So it would seem as if an incomplete plan is triggering the comment post / successful status check?
FWIW, local plan seems to be a noop
p
tf 1.4?
w
yes, tf 1.4 and atlantis
v0.23.2
p
ahhhh ok IF the plan has no changes TF 1.,40 will show no output
w
is it expected that Atlantis will show an empty line? I’m only seeing it so far with the mongodb provider - other providers still seem to behave as before, though I can double-check /confirm with some other providers
p
I do no think atlantis code is expecting an empty response
w
ah, I see https://github.com/runatlantis/atlantis/issues/3201 has a linked issue about it
p
yes
there is a ENV variable for TF 1.4 to behave like the 1.3
w
@PePe Amengual isn’t that one for the locking change (I already have that)
I don’t see a mentioned env var to adjust the output
but presumably Atlantis can / should fix this to detect that there’s no output and suppress the empty line diff?
hrm, re-reading it again, it’s saying there should not be a change in plan output between 1.3. and 1.4 🤔
old output:
Copy code
No changes. Your infrastructure matches the configuration.

Terraform has compared your real infrastructure against your configuration and found no
differences, so no changes are needed.
p
ohhh yes sorry I'm getting confused with the locking one