Merge pull request #29691 from ramj9/patch-1

replace an with a
This commit is contained in:
Laura Pacilio 2021-10-26 09:49:46 -04:00 committed by GitHub
commit 0ef4fe0aab
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,