nerdexam
Microsoft

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

Submitted by chen.hong· Mar 6, 2026Implement and manage infrastructure using Infrastructure as Code (IaC) tools, including scaffolding and testing Terraform deployments on Azure

Question

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 you should use? Answer by dragging the correct options from the list to the answer area. Answer:

Exhibit

AZ-400 question #346 exhibit

Answer Area

Drag items

YeomanVaultTerratestTiller

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

#Terraform#Azure Infrastructure#Infrastructure as Code#Testing Frameworks

Community Discussion

No community discussion yet for this question.

Full AZ-400 Practice