replace an with a

This commit is contained in:
Ram 2021-10-02 17:15:51 +08:00 committed by GitHub
parent 9e0de1c464
commit 45dab1b956
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 to track the bindings between resource instance addresses in your configuration
and the remote objects they represent. Normally Terraform automatically and the remote objects they represent. Normally Terraform automatically
updates the state in response to actions taken when applying a plan, such as 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 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, to remove a binding to an existing remote object without first destroying it,