Free TERRAFORM-ASSOCIATE-004 Hashicorp TERRAFORM-ASSOCIATE-004 Practice Test Question

Loading demo links...

Showing 1–3 of 3 questions

Question 1 (Topic 4)

Outside of the required_providers block, Terraform configurations always refer to providers by their local names.

Select an option, then click Submit answer.

  • True
  • False
Question 2 (Topic 2)

What functionality do providers offer in Terraform? (Choose three.)

Select an option, then click Submit answer.

  • Group a collection of Terraform configuration files that map to a single state file.
  • Provision resources for public cloud infrastructure services.
  • Interact with cloud provider APIs.
  • Enforce security and compliance policies.
  • Provision resources for on-premises infrastructure services.
Question 3 (Topic 3)

Which syntax check returns an error when you run terraform validate?

Select an option, then click Submit answer.

  • None of these will return an error.
  • There is a missing variable block.
  • The state file does not match the current infrastructure.
  • The code contains tabs for indentation instead of spaces.