Exam4Training

Which command add existing resources into Terraform state?

Which command add existing resources into Terraform state?
A . Terraform init
B . Terraform plan
C . Terraform refresh
D . Terraform import
E . All of these

Answer: D

Explanation:

This is the command that can add existing resources into Terraform state, by matching them with the corresponding configuration blocks in your files.

Exit mobile version