HashiCorp Certified: Terraform Associate — Question 89

How is terraform import run?

Answer options

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.