What does terraform import allow you to do?

Prepare for the HashiCorp Terraform Associate Exam with quizzes, flashcards, and multiple-choice questions. Each question includes hints and explanations. Boost your confidence and ace your exam!

Multiple Choice

What does terraform import allow you to do?

Explanation:
Terraform import brings existing, provisioned infrastructure under Terraform management by adding that real resource to the Terraform state. This lets Terraform manage the resource going forward according to your configuration. It does not create new resources by itself, nor does it push or pull whole state files, nor is it about importing modules. After importing, you should have a matching resource block in your configuration so Terraform can plan and apply updates to that resource in the future.

Terraform import brings existing, provisioned infrastructure under Terraform management by adding that real resource to the Terraform state. This lets Terraform manage the resource going forward according to your configuration. It does not create new resources by itself, nor does it push or pull whole state files, nor is it about importing modules. After importing, you should have a matching resource block in your configuration so Terraform can plan and apply updates to that resource in the future.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy