Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Terraform Associate All Questions

View all questions & answers for the Terraform Associate exam

Exam Terraform Associate topic 1 question 170 discussion

Actual exam question from HashiCorp's Terraform Associate
Question #: 170
Topic #: 1
[All Terraform Associate Questions]

What command can you run to generate DOT (Document Template) formatted data to visualize Terraform dependencies?

  • A. terraform refresh
  • B. terraform show
  • C. terraform graph
  • D. terraform output
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Burakko
Highly Voted 2 years, 2 months ago
Selected Answer: C
The terraform graph command is used to generate a visual representation of either a configuration or execution plan. The output is in the DOT format, which can be used by GraphViz to generate charts.
upvoted 11 times
...
090200f
Most Recent 4 months ago
Selected Answer: C
seems like C is the correct ans. visualize is the key point here
upvoted 1 times
...
SilentMilli
1 year, 8 months ago
Selected Answer: C
The correct answer is C. terraform graph command generates DOT (Document Template) formatted data to visualize Terraform dependencies. The terraform graph command generates a visualization of Terraform resources as a directed acyclic graph (DAG) using the Graphviz DOT format. This visualization can be used to understand and debug complex resource dependencies in your infrastructure as code.
upvoted 3 times
...
InformationOverload
1 year, 10 months ago
Selected Answer: C
C is correct, good explanation from @Burakko!
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...