Which command must you first run before performing further Terraform operations in a working directory?
Which command must you first run before performing further Terraform operations in a working directory?
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.
Answer is C. Easiest question in the whole series lol