You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/website/source/docs/commands/init.html.markdown

703 B

layout page_title sidebar_current
docs Command: init docs-commands-init

Command: init

The terraform init command is used to initialize a Terraform configuration using another module as a skeleton.

Usage

Usage: terraform init [options] SOURCE [DIR]

Init will download the module from SOURCE and copy it into the DIR (which defaults to the current working directory). Version control information from the module (such as Git history) will not be copied.

The directory being initialized must be empty of all Terraform configurations. If the module has other files which conflict with what is already in the directory, they will be overwritten.