Question 116

You want to know from which paths Terraform is loading providers referenced in your Terraform
configuration (files). You need to enable debug messages to find this out.
Which of the following would achieve this?
  • Question 117

    A terraform apply can not _________ infrastructure.
  • Question 118

    What does terrafom plan do ?
  • Question 119

    A user runs terraform init on their RHEL based server and per the output, two provider plugins are
    downloaded: $ terraform init
    Initializing the backend...
    Initializing provider plugins...
    - Checking for available provider plugins...
    - Downloading plugin for provider "aws" (hashicorp/aws) 2.44.0...
    - Downloading plugin for provider "random" (hashicorp/random) 2.2.1...
    :
    Terraform has been successfully initialized! Where are these plugins downloaded to?
  • Question 120

    Which provisioner invokes a process on the resource created by Terraform?