Hashicorp Certified Terraform Associate 003 · Free Practice Question Easy
Question 23
True or False? Terraform is designed to work only with public cloud platforms, and organizations that wish to use it for on-premises infrastructure (private cloud) should look for an alternative solution.
-
A
True
-
B
False
Reveal correct answer
Correct answer: B
Explanation
Terraform is designed to work with almost any infrastructure that provides an API. Terraform is very frequently used to provision infrastructure atop VMware infrastructure, along with traditional, physical security or infrastructure service solutions.
Additional information can be found in this article - https://www.hashicorp.com/blog/infrastructure-as-code-in-a-private-or-public-cloud
A. Terraform is not limited to public cloud platforms only. It is a versatile infrastructure as code tool that can be used to manage resources across various cloud providers, on-premises infrastructure, and even hybrid cloud environments. Organizations can use Terraform to manage infrastructure in private clouds, data centers, and any environment that supports the Terraform provider ecosystem.
B. This choice is correct because Terraform is not exclusively designed for public cloud platforms. It is a flexible tool that can be used to manage infrastructure across different environments, including on-premises infrastructure (private cloud). Organizations looking to automate and manage their on-premises infrastructure can leverage Terraform as a suitable solution.
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
