HashiCorp Certified: Terraform Associate — Question 274

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

Answer options

Correct answer: C, D

Explanation

The terraform import command requires both the Resource ID and Resource address to correctly associate an existing resource with its configuration. Options A and B are not required parameters for the import process.