HashiCorp Certified: Terraform Associate — Question 41

What is the workflow for deploying new infrastructure with Terraform?

Answer options

Correct answer: D

Explanation

The correct answer is D because it accurately outlines the necessary steps to provision new infrastructure, including initializing the Terraform environment, planning changes, and applying them. Options A, B, and C contain incorrect steps or sequences that do not fully represent the correct workflow for deploying new infrastructure with Terraform.