16 What information does the public Terraform Module Registry automatically expose about published modules?

A. Required input variables

B. Optional inputs variables and default values

C. Outputs

D. All of the above

E. None of the above

17 If a module uses a local values, you can expose that value with a terraform output.

A. True

B. False

18 You should store secret data in the same version control repository as your Terraform configuration.

A. True

B. False

19 Which of the following is not a valid string function in Terraform?

A. split

B. join

C. slice

D. chomp

20 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.)

  • A. Provision new VMs using Terraform with the same VM names
  • B. Use the terraform import command for the existing VMs
  • C. Write Terraform configuration for the existing VMs
  • D. Run the terraform import-gcp command