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

Which command adds existing resources into Terraform state?

    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
Pete987Option: D

D: terraform import

heelocoOption: D

agree Pete987