Update metadata on init command page

This commit is contained in:
Laura Pacilio 2021-07-30 11:14:37 -04:00
parent 2ba0dcb8c8
commit 5a6d2e42ef
1 changed files with 2 additions and 3 deletions

View File

@ -2,8 +2,7 @@
layout: "docs" layout: "docs"
page_title: "Command: init" page_title: "Command: init"
sidebar_current: "docs-commands-init" sidebar_current: "docs-commands-init"
description: |- description: "terraform init initializes a working directory containing Terraform configuration files."
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.
--- ---
# Command: init # 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 Re-running init with an already-initialized backend will update the working
directory to use the new backend settings. Either `-reconfigure` or 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 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 backend, and depending on what changed, may result in interactive prompts to