This message was deleted.
# atlantis-community
s
This message was deleted.
r
Where is the
SHOW_FILE
located? Also how do I alter the
terraform plan
output before it is commented on the PR ? I’d like to create a plan and then run the plan (showfile ?) through some script and then the generated output should be the one commented in the PR.
d
It's in the same spot planfiles are located.
what does your workflow look like? I'm pretty sure the file isn't generated unless using the
show:
step
r
pretty basic: plan, show, apply steps. I see the plan file but I did not see the showfile
d
Hmm interesting
r
so is the show file the file that is shown when the PR is commented by atlantis ? thus, should I find this file, modify it after the
show
step, and then I should see my manipulations in the plan comment in github ?
d
r
so is there no way to modify the plan output to alter the pr plan comment ?
d
It doesn’t look like it without modify the templates
😢 1