This message was deleted.
# atlantis-community
s
This message was deleted.
g
First guess is that your plan file is not in the correct place. Check Custom `run` Command
PLANFILE
- Absolute path to the location where Atlantis expects the plan to either be generated (by plan) or already exist (if running apply). Can be used to override the built-in `plan`/`apply` commands, ex.
run: terraform plan -out $PLANFILE
.
Maybe you need to add
$PLANFILE
to your apply command?
k
Thanks @Gabriel Martinez, but
apply
the command by default use
$PLANFILE
since am not using any custom location to save the plan output and this also happens random PR’s not for all PR I found this GitHub issue, which seems very similar 🤔 https://github.com/runatlantis/atlantis/issues/3487
g
Nice catch! This is fairly new so it’s not part of the release yet.
1