Cannot find answer to exercise question

Hello, in the TF basic course, section “Terraform Basics”, lab “Terraform Providers” I see an issue.
It asks to find how many provider plugins will be installed, but I cannot find the .terraform/plugins folder anywhere (not in the current dir, not in the working dir)

And if I open the main.tf I see only “local” (from local_file), which would make me answer “1”. But there is no option with “1” among the offered answers

HI @Mundofik

The question asks to identify the providers that’ll be installed from this config - main.tf.
If you look at the file, you won’t see any providers defined, and instead, you will see two local file resource blocks.

So the answer to this is zero.

The providers for this lab will be installed in the upcoming question.