Which type of Terraform code is commonly used to deploy infrastructure as code (IaC)?
Which type of Terraform code is commonly used to deploy infrastructure as code (IaC)?
The correct answer is 'Module'. In Terraform, a module is a collection of related resources that are used together to deploy infrastructure as code (IaC). Modules can be used to encapsulate and reuse common configurations, making it easier to manage and maintain infrastructure. Other options such as library, SDK, and plugin are not standard types of Terraform code typically used to structure and deploy IaC.
Correct answer is C https://www.pluralsight.com/resources/blog/cloud/what-is-terraform-infrastructure-as-code-iac