https://www.runatlantis.io/ logo
Title
w

wby

03/10/2023, 6:33 PM
anyone seen a plan like this before? seeing it since updating to latest version (I went to the link to the plan and it didn’t seem to have completed, but the comment below posted)
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

PePe Amengual

03/10/2023, 7:31 PM
tf 1.4?
w

wby

03/10/2023, 7:46 PM
yes, tf 1.4 and atlantis
v0.23.2
p

PePe Amengual

03/10/2023, 7:48 PM
ahhhh ok IF the plan has no changes TF 1.,40 will show no output
w

wby

03/10/2023, 7:49 PM
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

PePe Amengual

03/10/2023, 7:50 PM
I do no think atlantis code is expecting an empty response
w

wby

03/10/2023, 7:50 PM
ah, I see https://github.com/runatlantis/atlantis/issues/3201 has a linked issue about it
p

PePe Amengual

03/10/2023, 7:51 PM
yes
there is a ENV variable for TF 1.4 to behave like the 1.3
w

wby

03/10/2023, 7:52 PM
@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:
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

PePe Amengual

03/10/2023, 8:15 PM
ohhh yes sorry I'm getting confused with the locking one