Terraform Associate Exam QuestionsBrowse all questions from this exam

Terraform Associate Exam - Question 275


Which command adds existing resources into Terraform state?

Show Answer
Correct Answer: D

The command that adds existing resources into Terraform state is 'terraform import'. This command is specifically designed to import existing resources into Terraform's state, enabling Terraform to manage those resources moving forward.

Discussion

2 comments
Sign in to comment
Pete987Option: D
Aug 23, 2023

D: terraform import

heelocoOption: D
Sep 21, 2023

agree Pete987