Terraform Associate Exam QuestionsBrowse all questions from this exam

Terraform Associate Exam - Question 293


What does terraform import do?

Show Answer
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

2 comments
Sign in to comment
Ramdi1Option: A
May 25, 2024

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

gold4otasOption: A
Jun 30, 2024

A. Imports existing resources into the state file