Skip to content

Commit

Permalink
Update locking.md (#1437)
Browse files Browse the repository at this point in the history
Grammar
  • Loading branch information
sprutner authored Mar 4, 2021
1 parent bebb2f2 commit 471646b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runatlantis.io/docs/locking.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ Atlantis is doing is running `terraform plan` and `apply` and so all of the
locking built in to those commands by Terraform isn't affected.

In more detail, Terraform state locking locks the state while you run `terraform apply`
so that multiple apply's can't run concurrently. Atlantis's locking is at a higher
so that multiple applies can't run concurrently. Atlantis's locking is at a higher
level because it prevents multiple pull requests from working on the same state.

0 comments on commit 471646b

Please sign in to comment.