Question 1

By default, provisioners that fail will also cause the Terraform apply itself to error. How can you change this default behavior within a provisioner?
  • Question 2

    You are reviewing Terraform configurations for a big project in your company. You noticed that there are several identical sets of resources that appear in multiple configurations. What feature of Terraform would you recommend to use to reduce the amount of cloned configuration between the different configurations?
  • Question 3

    After running into issues with Terraform, you need to enable verbose logging to assist with troubleshooting the error. Which of the following values provides the MOST verbose logging?
  • Question 4

    When does terraform apply reflect changes in the cloud environment?
  • Question 5

    The current implementation of Terraform import can only import resources into the state. It does not generate configuration.