nerdexam
HashiCorpHashiCorp

TERRAFORM-ASSOCIATE-004 · Question #122

TERRAFORM-ASSOCIATE-004 Question #122: Real Exam Question with Answer & Explanation

The correct answer is B: False. Outside of the required_providers block, Terraform configurations can refer to providers by either their local names or their source addresses. The local name is a short name that can be used throughout the configuration, while the source address is a global identifier for the pr

Submitted by deeparc· Apr 18, 2026Understand Terraform Providers

Question

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

Options

  • ATrue
  • BFalse

Explanation

Outside of the required_providers block, Terraform configurations can refer to providers by either their local names or their source addresses. The local name is a short name that can be used throughout the configuration, while the source address is a global identifier for the provider in the format registry.terraform.io/namespace/type. For example, you can use either aws or registry.terraform.io/hashicorp/aws to refer to the AWS provider.

Topics

#Providers#Provider Configuration#Provider Aliases#Naming Conventions

Community Discussion

No community discussion yet for this question.

Full TERRAFORM-ASSOCIATE-004 PracticeBrowse All TERRAFORM-ASSOCIATE-004 Questions