Chapter 1
- Correct answer: B
Explanation: As covered in the What is Terraform? section, Terraform is an orchestration tool used for infrastructure provisioning and its efficient maintenance.
- Correct answers: A and B
Explanation: As covered in the Terraform architecture section, where we discussed what a Terraform plugin is, it contains both Terraform providers and provisioners.
- Correct answer: B
Explanation: As covered in the A comparison with other IaC section, we saw how Terraform differs from other IaC, such as an ARM template and CloudFormation, and we learned that Terraform configuration files are written in HCL.
- Correct answer: D
Explanation: Given that we already know that Azure, AWS, and GCP are providers, by following this logic, SAP is the only remaining option that is not a Terraform provider. In the future, you may well expect Terraform to have SAP providers as well, but this isn't the case at present.
-
...