AZ-400 · Question #346
Drag and Drop Question You are preparing to deploy an Azure resource group via Terraform. To achieve your goal, you have to install the necessary frameworks. Which of the following are the frameworks
The correct answer is Yeoman; Terratest. Yeoman is a scaffolding tool used to generate the boilerplate project structure and configuration files needed to set up a Terraform Azure resource group deployment, providing templates and a standardized project layout. Terratest is a Go-based testing framework specifically desi
Question
Exhibit
Answer Area
Drag items
Correct arrangement
- Yeoman
- Terratest
Explanation
Yeoman is a scaffolding tool used to generate the boilerplate project structure and configuration files needed to set up a Terraform Azure resource group deployment, providing templates and a standardized project layout. Terratest is a Go-based testing framework specifically designed to write automated tests for infrastructure code, including Terraform configurations, allowing you to validate that your Azure resources are deployed correctly. Together, these two frameworks cover the scaffolding and testing phases of deploying Azure infrastructure via Terraform.
Topics
Community Discussion
No community discussion yet for this question.
