nerdexam
HashiCorp

TERRAFORM-ASSOCIATE-004 · Question #8

You must use different Terraform commands depending on the cloud provider you use.

The correct answer is B. False. You do not need to use different Terraform commands depending on the cloud provider you use. Terraform commands are consistent across different providers, as they operate on the Terraform configuration files and state files, not on the provider APIs directly.

Submitted by satoshi_tk· Apr 18, 2026Use Terraform CLI

Question

You must use different Terraform commands depending on the cloud provider you use.

Options

  • ATrue
  • BFalse

How the community answered

(28 responses)
  • A
    7% (2)
  • B
    93% (26)

Explanation

You do not need to use different Terraform commands depending on the cloud provider you use. Terraform commands are consistent across different providers, as they operate on the Terraform configuration files and state files, not on the provider APIs directly.

Topics

#Terraform CLI#Provider Abstraction#Unified Workflow

Community Discussion

No community discussion yet for this question.

Full TERRAFORM-ASSOCIATE-004 Practice