AWS From Scratch with Terraform - Apply before Merge with Github Actions
The two most popular workflows when using terraform are:
-
Apply after Merge: This is the default for things like terraform cloud and most github actions.
-
Apply before Merge: This is the default for things like Atlantis.
I don't like ...