Question 1

Terraform console provides an interactive command-line console for evaluating and experimenting with
expressions. You can use it to test interpolations before using them in configurations and to interact with any
values currently saved in state.
Which configuration consistency errors does terraform validate report?
  • Question 2

    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 3

    From the answers below, select the advantages of using Infrastructure as Code.
  • Question 4

    Talal is a DevOps engineer and he has deployed the production infrastructure using Terraform. He is using a
    very large configuration file to maintain and update the actual infrastructure. As the infrastructure have grown
    to a very complex and large, he has started experiencing slowness when he run runs terraform plan. What are
    the options for him to resolve this slowness?
  • Question 5

    Which of the below command will upgrade the provider version to the latest acceptable one?