Question 106

You have already set TF_LOG = DEBUG to enable debug log. Now you want to always write the log to the
directory you're currently running terraform from. what should you do to achieve this.
  • Question 107

    Which of the following connection types are supported by the remote-exec provisioner? (select two)
  • Question 108

    Terraform plan updates your state file.
  • Question 109

    All Terraform Cloud tiers support team management and governance.
  • Question 110

    The terraform init command is always safe to run multiple times, to bring the working directory up to date
    with changes in the configuration. Though subsequent runs may give errors, this command will never delete
    your existing configuration or state.