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