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

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

    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
kabaryOption: C

Answer is C. Easiest question in the whole series lol