You must use different Terraform commands depending on the cloud provider you use.
You must use different Terraform commands depending on the cloud provider you use.
Terraform commands themselves, such as 'terraform apply' and 'terraform plan', are the same regardless of the cloud provider being used. Terraform's functionality is designed to be cloud-agnostic, meaning that the same set of commands works for multiple cloud providers; you just need to configure the appropriate provider in your configuration files.
The answer B.
B. False the commands to use to interact with Terraform itself (such as terraform apply, terraform plan, and so on) remain the same regardless of the cloud provider.