What is the first Terraform CLI command that you need to execute after you pull Terraform configuration from your version control system?
Experience Level: Junior
Tags: Terraform
Answer
Run the following command:
terraform init
This command will install the referenced modules and plugins.
Related Terraform job interview questions
Using Terraform CLI, how do you download module source codes in order to be able to look at how the module is implemented and copy the examples easily?
Terraform JuniorWhat does 'terraform init' command do?
Terraform JuniorHow do you get a version of Terraform CLI that you have currently installed?
Terraform JuniorUsing Terraform CLI, how do you get a list of all Terraform CLI commands?
Terraform JuniorWhat is Terraform?
Terraform Junior