Question 116

Provisioners should only be used as a last resort.
  • Question 117

    You want to use terraform import to start managing infrastructure that was not originally provisioned through infrastructure as code. Before you can import the resource's current state, what must you do in order to prepare to manage these resources using Terraform?
  • Question 118

    HashiCorp offers multiple versions of Terraform, including Terraform open-source, Terraform Cloud, and Terraform Enterprise. Which of the following Terraform features are only available in the Enterprise edition? (select four)
  • Question 119

    Which of the following value will be accepted for var1?
    variable "var1" {
    type = string
    }
  • Question 120

    Setting the TF_LOG environment variable to DEBUG causes debug messages to be logged into syslog.