Question 121

You've used Terraform to deploy a virtual machine and a database. You want to replace this virtual machine instance with an identical one without affecting the database. What is the best way to achieve this using Terraform?
  • Question 122

    You ate creating a Terraform configuration which needs to make use of multiple providers, one for AWS and one for Datadog. Which of the following provider blocks would allow you to do this?
  • Question 123

    Which method for sharing Terraform modules fulfills the following criteria:
    Keeps the module configurations confidential within your organization.
    Supports Terraform's semantic version constraints.
    Provides a browsable directory of your modules.
  • Question 124

    A Terraform backend determines how Terraform loads state and stores updates when you execute which command?
  • Question 125

    All modules published on the official Terraform Module Registry have been verified by HasihCorp.