terraform init

From wikieduonline
Jump to navigation Jump to search

terraform init is used to initialize a working directory containing Terraform configuration files.

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 this command multiple times.

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


Examples

Related terms

See also

Advertising: