TERRAFORM-ASSOCIATE-004 · Question #225
TERRAFORM-ASSOCIATE-004 Question #225: Real Exam Question with Answer & Explanation
The correct answer is B: terraform graph. terraform graph generates Graphviz DOT format output, which allows visualization of resource dependencies in Terraform. A (terraform refresh) - Incorrect, as it only updates the state file. C (terraform output) - Incorrect, as it only displays Terraform output values. D (terrafor
Question
What command can you run to generate DOT (Graphviz) formatted data to visualize Terraform dependencies?
Options
- Aterraform refresh
- Bterraform graph
- Cterraform output
- Dterraform show
Explanation
terraform graph generates Graphviz DOT format output, which allows visualization of resource dependencies in Terraform. A (terraform refresh) - Incorrect, as it only updates the state file. C (terraform output) - Incorrect, as it only displays Terraform output values. D (terraform show) - Incorrect, as it only displays the Terraform state.
Topics
Community Discussion
No community discussion yet for this question.