Terraform Associate Exam QuestionsBrowse all questions from this exam

Terraform Associate Exam - Question 302


Which command must you first run before performing further Terraform operations in a working directory?

Show Answer
Correct Answer: C

Before performing any Terraform operations in a working directory, you must run 'terraform init'. This command initializes the directory, downloads the necessary provider plugins, and prepares the backend configuration. It is a mandatory first step to set up the environment properly for subsequent operations like plan, apply, or import.

Discussion

1 comment
Sign in to comment
kabaryOption: C
Jun 16, 2024

Answer is C. Easiest question in the whole series lol