Question 11

You cannot publish your own modules on the Terraform Registry.
  • Question 12

    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 13

    You have a Terraform configuration that defines a single virtual machine with no references to it. You have
    run terraform apply to create the resource, and then removed the resource definition from your Terraform
    configuration file.
    What will happen when you run terraform apply in the working directory again?
  • Question 14

    When configuring a remote backend in Terraform, it might be a good idea to purposely omit some of the required arguments to ensure secrets and other important data aren't inadvertently shared with others. What are the ways the remaining configuration can be added to Terraform so it can initialize and communicate with the backend? (select three)
  • Question 15

    You are using a terraform operation that writes state. Unfortunately automatic state unlocking has failed for
    that operation. Which of the below commands can be used to remove the already acquired lock on the state?