Terraform Associate Exam QuestionsBrowse all questions from this exam

Terraform Associate Exam - Question 257


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

Show Answer
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

2 comments
Sign in to comment
AWS_cert2023Option: B
Jun 22, 2023

The answer B.

seifsklOption: B
Jul 24, 2023

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.