Terraform can run on Windows or Linux, but it requires a Server version of the Windows operating system.
Answer(s): B
https://www.terraform.io/downloads
What does the default "local" Terraform backend store?
Answer(s): D
The local backend stores state on the local filesystem, locks that state using system APIs, and performs operations locally.
https://www.terraform.io/docs/language/settings/backends/local.html
You have multiple team members collaborating on infrastructure as code (IaC) using Terraform, and want to apply formatting standards for readability.How can you format Terraform HCL (HashiCorp Configuration Language) code according to standard Terraform style convention?
Answer(s): A
https://www.terraform.io/cli/commands/fmt
What value does the Terraform Cloud/Terraform Enterprise private module registry provide over the public Terraform Module Registry?
Answer(s): C
Terraform Cloud's private registry works similarly to the public Terraform Registry and helps you share Terraform providers and Terraform modules across your organization. It includes support for versioning and a searchable list of available providers and modules.
Post your Comments and Discuss HashiCorp TA-002-P exam prep with other Community members:
We’re offering these study questions to support your success. The least you can do? Drop a useful comment about each question. Help others. Build the community.