replace an with a

pull/29691/head
Ram 5 years ago committed by GitHub
parent 9e0de1c464
commit 45dab1b956
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,7 +12,7 @@ The main function of [Terraform state](/docs/language/state/index.html) is
to track the bindings between resource instance addresses in your configuration
and the remote objects they represent. Normally Terraform automatically
updates the state in response to actions taken when applying a plan, such as
removing a binding for an remote object that has now been deleted.
removing a binding for a remote object that has now been deleted.
You can use `terraform state rm` in the less common situation where you wish
to remove a binding to an existing remote object without first destroying it,

Loading…
Cancel
Save