0 votes
in Terraform by
Define Terraform init?

1 Answer

0 votes
by

Terraform initializes the code using the command terraform init. This command is used to initialize the working directory containing Terraform configuration files. It is safe to run this command multiple times.

You can use the init command for:

  • Plugin Installation
  • Child Module Installation
  • Backend Initialization

Related questions

0 votes
asked Apr 12, 2021 in Terraform by Robindeniel
0 votes
asked Apr 12, 2021 in Terraform by Robindeniel
...