diff --git a/website/src/content/blog/atlantis-release.md b/website/src/content/blog/atlantis-release.md index 40b7c8aeb..d72900245 100644 --- a/website/src/content/blog/atlantis-release.md +++ b/website/src/content/blog/atlantis-release.md @@ -33,7 +33,7 @@ Atlantis was built to solve two problems that arose at Hootsuite as we adopted T When writing Terraform, there are a number of workflows you can follow. The simplest workflow is just using `master`:

- +

In this workflow, you work on `master` and run `terraform` locally. The problem with this workflow is that there is no collaboration or code review. So we start to use pull requests: