ExamGecko
Question list
Search
Search

Question 52 - Terraform Associate 003 discussion

Report
Export

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

A.
Set verbose for each provider in your Terraform configuration
Answers
A.
Set verbose for each provider in your Terraform configuration
B.
Set the environment variable TF_LOG_TRACE
Answers
B.
Set the environment variable TF_LOG_TRACE
C.
Set the environment variable TF_LOG_PATH
Answers
C.
Set the environment variable TF_LOG_PATH
D.
Set the environment variable TF_log_TRACE
Answers
D.
Set the environment variable TF_log_TRACE
Suggested answer: B

Explanation:

This will enable additional logging messages to find out from which paths Terraform is loading providers referenced in your Terraform configuration files, as it will set the log level toTRACE, which is the most verbose and detailed level.

asked 18/09/2024
Andrew Naftel
33 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first