Slackbot
01/25/2024, 9:07 PMPePe Amengual
01/25/2024, 9:19 PMAmit Upadhyay
01/25/2024, 9:25 PMatlantis apply generates the file? if yes, where does generates? @PePe AmengualPePe Amengual
01/25/2024, 9:26 PMPePe Amengual
01/25/2024, 9:26 PMPePe Amengual
01/25/2024, 9:27 PMPePe Amengual
01/25/2024, 9:27 PMAmit Upadhyay
01/25/2024, 9:29 PMAtlantis supports all backend types except for local state. We don't support local state because Atlantis does not have permanent storage and it doesn't commit the new statefile back to version control.
Amit Upadhyay
01/25/2024, 9:34 PMworkflows:
my-workflow:
plan:
steps:
- run: terraform fmt -check=true -diff=true -write=false -recursive
- init
- plan
apply:
steps:
- run: git add ./config.yml
- run: git commit -m "something"
?PePe Amengual
01/25/2024, 9:36 PMAmit Upadhyay
01/25/2024, 9:39 PMPePe Amengual
01/25/2024, 9:40 PMPePe Amengual
01/25/2024, 9:40 PM