Valid Terraform-Associate-003 Dumps shared by ExamDiscuss.com for Helping Passing Terraform-Associate-003 Exam! ExamDiscuss.com now offer the newest Terraform-Associate-003 exam dumps, the ExamDiscuss.com Terraform-Associate-003 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com Terraform-Associate-003 dumps with Test Engine here:
You have provisioned some virtual machines (VMs) on Google Cloud Platform (GCP) using the gcloud command line tool. However, you are standardizing with Terraform and want to manage these VMs using Terraform instead. What are the two things you must do to achieve this? Choose two correct answers.
Correct Answer: B,C
To import existing resources into Terraform, you need to do two things1: Write a resource configuration block for each resource, matching the type and name used in your state file. Run terraform import for each resource, specifying its address and ID. There is no such command as terraform Import-gcp, and provisioning new VMs with the same names will not import them into Terraform.