HashiCorp Certified: Terraform Associate (003) — Question 5

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

Answer options

Correct answer: C, D

Explanation

The terraform import command requires the Resource address and Resource ID parameters to identify and import existing resources into Terraform state. The Provider and Path options are not required for the import process.