HashiCorp Certified: Terraform Associate — Question 89
How is terraform import run?
Answer options
- A. As a part of terraform init
- B. As a part of terraform plan
- C. As a part of terraform refresh
- D. By an explicit call
- E. All of the above
Correct answer: D
Explanation
The correct answer is D, as terraform import is executed through an explicit command and is not part of the other processes like terraform init, terraform plan, or terraform refresh. The other options incorrectly suggest that terraform import is integrated into those commands, which it is not.