nerdexam
HashiCorpHashiCorp

TA-002-P · Question #54

TA-002-P Question #54: Real Exam Question with Answer & Explanation

The correct answer is B: False. {"question_number": 4, "question": "Terraform providers are always installed from the Internet.", "correct_answer": "B. False", "explanation": "This is false. While Terraform defaults to downloading providers from the public Terraform Registry (registry.terraform.io), there are s

Use the Terraform CLI (terraform plan, apply, destroy, fmt, init, validate, workspace, import, taint, providers, output)

Question

Terraform providers are always installed from the Internet.

Options

  • ATrue
  • BFalse

Explanation

{"question_number": 4, "question": "Terraform providers are always installed from the Internet.", "correct_answer": "B. False", "explanation": "This is false. While Terraform defaults to downloading providers from the public Terraform Registry (registry.terraform.io), there are several alternative sources. Providers can be installed from: a private/mirror registry, a local filesystem directory (using a filesystem_mirror), a network mirror, or by manually placing provider binaries in the plugin cache directory. This is especially important in air-gapped or highly restricted enterprise environments where direct Internet access is not available.", "generated_by": "claude-sonnet", "llm_judge_score": 4}

Topics

#Terraform providers#Provider installation#terraform init#Private registries

Community Discussion

No community discussion yet for this question.

Full TA-002-P PracticeBrowse All TA-002-P Questions