Exam Terraform Associate All QuestionsBrowse all questions from this exam
Question 257

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

    Correct Answer: B

    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.

Discussion
AWS_cert2023Option: B

The answer B.

seifsklOption: 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.