Slackbot
08/09/2023, 6:59 AMPriyashree Shetty
08/09/2023, 5:34 PMatlantis apply does not work when there are multiple projectsPriyashree Shetty
08/09/2023, 5:35 PMworkflows:
tfversion1.4.6:
plan:
steps:
- run: /atlantis-data/bin/terraform1.4.6 init > /dev/null
- run: /atlantis-data/bin/terraform1.4.6 plan >/dev/null -out plan.out
- run: /atlantis-data/bin/terraform1.4.6 show plan.out
apply:
steps:
- run: /atlantis-data/bin/terraform1.4.6 apply "plan.out"