TA-002-P HashiCorp Certified: Terraform Associate

Loading demo links...

Showing 16–18 of 20 questions

Question 16 (Exam Set B)

How does Terraform handle working with so many providers?

Select an option, then click Submit answer.

  • Terraform ships with all of the plugins embedded in the Terraform binary.

  • Terraform uses a plugin architecture for providers and only installs the provider plugins required by your configuration in the configuration's working directory.

  • Terraform uses a plugin architecture for providers and only installs the provider plugins required by your configuration in a shared, system-wide plugins directory.

  • Terraform allows you to select the providers you want to support during the Terraform installation process.

Question 17 (Exam Set D)

By default, where does Terraform store its state file?

Select an option, then click Submit answer.

  • Amazon S3 bucket

  • shared directory

  • remotely using Terraform Cloud

  • current working directory

Question 18 (Exam Set D)

True or False: Workspaces provide identical functionality in the open-source, Terraform Cloud, and Enterprise versions of Terraform.

Select an option, then click Submit answer.

  • True

  • False