Question 116

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.
  • Question 117

    Which option cannot be used to keep secrets out of Terraform configuration files?
  • Question 118

    When using multiple configuration of the same Terraform provider, what meta-argument must you include in any non-default provider configurations?
  • Question 119

    You want to define a single input variable to capture configuration values for a server. The values must represent memory as a number, and the server name as a string.
    Which variable type could you use for this input?
  • Question 120

    Your risk management organization requires that new AWS S3 buckets must be private and encrypted at rest.
    How can Terraform Cloud automatically and proactively enforce this security control?