TA-002-P HashiCorp Certified: Terraform Associate

Loading demo links...

Showing 7–9 of 20 questions

Question 7 (Exam Set D)

Anyone can publish and share modules on the Terraform Public Module Registry, and meeting the requirements for publishing a module is extremely easy. Select from the following list all valid requirements. (select three)

Select all that apply, then click Submit answer.

  • The module must be PCI/HIPPA compliant.

  • Module repositories must use this three-part name format, terraform-- .

  • The registry uses tags to identify module versions.

  • Release tag names must be for the format x.y.z, and can optionally be prefixed with a v .             

  • The module must be on GitHub and must be a public repo.

Question 8 (Exam Set D)

Which of the following actions are performed during a terraform init?

Select all that apply, then click Submit answer.

  • Initializes downloaded and/or installed providers

  • Initializes the backend configuration

  • Provisions the declared resources in your configuration

  • Download the declared providers which are supported by HashiCorp

Question 9 (Exam Set D)

What does Terraform use providers for? (Choose three.)

Select all that apply, then click Submit answer.

  • Provision resources for on-premises infrastructure services

  • Simplify API interactions

  • Provision resources for public cloud infrastructure services

  • Enforce security and compliance policies

  • Group a collection of Terraform configuration files that map to a single state file