From 45dab1b956c4828a0b144ad1db9c1bc4564c53bf Mon Sep 17 00:00:00 2001 From: Ram Date: Sat, 2 Oct 2021 17:15:51 +0800 Subject: [PATCH] replace an with a --- website/docs/cli/commands/state/rm.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/cli/commands/state/rm.html.md b/website/docs/cli/commands/state/rm.html.md index 3cc9f297e..131c31a81 100644 --- a/website/docs/cli/commands/state/rm.html.md +++ b/website/docs/cli/commands/state/rm.html.md @@ -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,