nerdexam
HashiCorp

TERRAFORM-ASSOCIATE-003 · Question #62

Where can Terraform not load a provider from?

The correct answer is D. Source code. This is where Terraform cannot load a provider from, as it requires a compiled binary file that implements the provider protocol. You can load a provider from a plugins directory, a provider plugin cache, or the official HashiCorp distribution on releases.hashicorp.com.

Understand Terraform Basics

Question

Where can Terraform not load a provider from?

Options

  • APlugins directory
  • BProvider plugin chance
  • COfficial HashCrop Distribution on releases.hashcrop.com
  • DSource code

How the community answered

(47 responses)
  • A
    6% (3)
  • B
    9% (4)
  • C
    2% (1)
  • D
    83% (39)

Explanation

This is where Terraform cannot load a provider from, as it requires a compiled binary file that implements the provider protocol. You can load a provider from a plugins directory, a provider plugin cache, or the official HashiCorp distribution on releases.hashicorp.com.

Topics

#provider plugins#provider installation#plugin sources#provider cache

Community Discussion

No community discussion yet for this question.

Full TERRAFORM-ASSOCIATE-003 Practice