Terraform-Associate-004 Exam Question 66

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.
  • Terraform-Associate-004 Exam Question 67

    How is terraform import run?
  • Terraform-Associate-004 Exam Question 68

    Which of the following is true about terraform apply?(Pick 2 correct responses)
  • Terraform-Associate-004 Exam Question 69

    A developer on your team is going to leaf down an existing deployment managed by Terraform and deploy a new one. However, there is a server resource named aws instant.ubuntu[l] they would like to keep. What command should they use to tell Terraform to stop managing that specific resource?
  • Terraform-Associate-004 Exam Question 70

    If one of your modules uses a local value, you can expose that value to callers of the module by defining a Terraform output in the module's configuration.