terraform init

From wikieduonline
Revision as of 15:08, 18 October 2021 by Chmod15 (talk | contribs) (→‎Commands)
Jump to navigation Jump to search

terraform init command is used to initialize a working directory containing Terraform configuration files: main.tf

During terraform init, the configuration is searched for module blocks, and the source code for referenced modules is retrieved from the locations given in their source arguments. It is safe to run terraform init multiple times.

terraform init -> terraform plan ->  terraform apply -> terraform show

Commands

Related terms

See also

Advertising: