Which of the following would achieve this?
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?A . Set the environment variable TF_LOG=TRACE B. Set verbose logging for each provider in your Terraform...