Terraform-Associate-004 Exam Question 116

Your root module contains a variable namednum_servers. Which is the correct way to pass its value to a child module with an input namedservers?
  • Terraform-Associate-004 Exam Question 117

    You ' re writing a Terraform configuration that needs to read input from a local file called id_rsa.pub. Which built-in Terraform function can you use to import the file ' s contents as a string?
  • Terraform-Associate-004 Exam Question 118

    Which of these actions will prevent two Terraform runs from changing the same state file at the same time?
  • Terraform-Associate-004 Exam Question 119

    You provisioned virtual machines (VMs) on Google Cloud Platform using the gcloud command-line tool.
    What must be done to manage these VMs using Terraform instead? Pick the two correct responses.
  • Terraform-Associate-004 Exam Question 120

    You want to bring an existing database under Terraform management. What information is required to create a new import block for the database?
    Pick the two correct responses below.