Slackbot
06/19/2023, 12:07 AMGabriel Martinez
06/19/2023, 8:15 AM•- 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.PLANFILE
.run: terraform plan -out $PLANFILE
Gabriel Martinez
06/19/2023, 8:16 AM$PLANFILE
to your apply command?Kumaresan Periyasamy
06/19/2023, 8:19 AMapply
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/3487Gabriel Martinez
06/19/2023, 8:25 AM