nerdexam
HashiCorp

TA-002-P · Question #368

Terraform configuration (including any module references) can contain only one Terraform provider type.

The correct answer is B. False. Terraform configurations can include and manage resources from multiple different provider types simultaneously, such as AWS, Azure, Google Cloud, and Kubernetes, within a single configuration.

Understand Terraform basics

Question

Terraform configuration (including any module references) can contain only one Terraform provider type.

Options

  • ATrue
  • BFalse

How the community answered

(41 responses)
  • A
    10% (4)
  • B
    90% (37)

Why each option

Terraform configurations can include and manage resources from multiple different provider types simultaneously, such as AWS, Azure, Google Cloud, and Kubernetes, within a single configuration.

ATrue

This statement is false because Terraform's core strength is its ability to orchestrate resources across diverse infrastructure types by using multiple providers in one configuration.

BFalseCorrect

Terraform is designed to manage resources across multiple cloud providers and services simultaneously. A single Terraform configuration can declare and utilize resources from various providers, like AWS, Azure, Google Cloud, Kubernetes, and many others, all within the same set of HCL files.

Concept tested: Terraform multi-provider support

Source: https://developer.hashicorp.com/terraform/language/providers

Topics

#Providers#Configuration#Multiple Providers#Modules

Community Discussion

No community discussion yet for this question.

Full TA-002-P Practice