HashiCorp Certified: Terraform Associate — Question 263

What does terraform import allow you to do?

Answer options

Correct answer: C

Explanation

The correct answer is C because terraform import is specifically designed to bring existing infrastructure into Terraform's state management. Options A and B are incorrect as they do not accurately describe the function of terraform import, while option D is also incorrect as it refers to importing a state file rather than infrastructure.