Added a missing comma on backends.mdx

pull/32249/head
Stef Ki 3 years ago committed by GitHub
parent 62a8b9ef1d
commit a86260755b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,7 +28,7 @@ sensitive values are in your state, using a remote backend allows you to use
Terraform without that state ever being persisted to disk.
In the case of an error persisting the state to the backend, Terraform will
write the state locally. This is to prevent data loss. If this happens the
write the state locally. This is to prevent data loss. If this happens, the
end user must manually push the state to the remote backend once the error
is resolved.

Loading…
Cancel
Save