From 5a6d2e42ef9df365f24d915693152c2971611a77 Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Fri, 30 Jul 2021 11:14:37 -0400 Subject: [PATCH] Update metadata on init command page --- website/docs/cli/commands/init.html.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/website/docs/cli/commands/init.html.md b/website/docs/cli/commands/init.html.md index 7a380a3c7..092ec169f 100644 --- a/website/docs/cli/commands/init.html.md +++ b/website/docs/cli/commands/init.html.md @@ -2,8 +2,7 @@ layout: "docs" page_title: "Command: init" sidebar_current: "docs-commands-init" -description: |- - The `terraform init` command is used to initialize a Terraform configuration. This is the first command that should be run for any new or existing Terraform configuration. It is safe to run this command multiple times. +description: "terraform init initializes a working directory containing Terraform configuration files." --- # Command: init @@ -80,7 +79,7 @@ is initialized using the given configuration settings. Re-running init with an already-initialized backend will update the working directory to use the new backend settings. Either `-reconfigure` or -`-migrate-state` must be supplied to update the backend configuration. +`-migrate-state` must be supplied to update the backend configuration. The `-migrate-state` option will attempt to copy existing state to the new backend, and depending on what changed, may result in interactive prompts to