Exam Terraform Associate All QuestionsBrowse all questions from this exam
Question 293

What does terraform import do?

    Correct Answer: A

    Terraform import allows you to import existing resources into the Terraform state file. This helps in managing and tracking resources that were not originally created through Terraform but that you want to start managing with Terraform.

Discussion
Ramdi1Option: A

lets you target a resource that already exists, and map it to a resource you've defined in code

gold4otasOption: A

A. Imports existing resources into the state file