HashiCorp Certified: Terraform Associate — Question 274
Which parameters does terraform import require? (Choose two.)
Answer options
- A. Path
- B. Provider
- C. Resource ID
- D. Resource address
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.