Question 5 of 10Pro Only
What is Infrastructure as Code, and why is it important? Compare Terraform and Pulumi, and explain how you would structure a Terraform project for a multi-environment setup.
Sample answer preview
Infrastructure as Code, or IaC, is the practice of managing and provisioning infrastructure through machine-readable configuration files rather than manual processes. This brings software engineering practices to infrastructure management.
Infrastructure as CodeTerraformPulumiHCLstate managementmodules