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

Which parameters does terraform import require? (Choose two.)

    Correct Answer: C, D

    Terraform import requires the Resource ID and the Resource address. The Resource ID is needed to identify which specific instance of a resource is being imported. The Resource address specifies the location where the imported resource should be mapped in the Terraform configuration. These are necessary to correctly map existing infrastructure to Terraform states.

Discussion
dc_98Options: CD

its CD shown here: https://www.terraform.io/cli/commands/import#usage

RVivekOptions: CD

the command is terraform import <resource address> <resource id>

bora4motionOptions: CD

this one's easy CD.

shopkittyOptions: CD

should be C & D

Jlee7Options: CD

C&D for SURE!