Palo Alto Networks Certified Strata Field Engineer (PCSFE) — Question 62

Which type of Terraform code is commonly used to deploy infrastructure as code (IaC)?

Answer options

Correct answer: C

Explanation

The correct answer is C, Module, as it is specifically designed to encapsulate and manage infrastructure resources in Terraform. Options A (Library), B (SDK), and D (Plugin) do not directly represent the structure used for deploying infrastructure as code but rather refer to other components or tools within the software ecosystem.