Issue with the terraform lab - Commands (Q9)

Hello,

I am doing my lab for terraform commands, for question 9 we need to verify the provider plugins, when run terraform providers do not see any plugins downloaded. but the given options do not show the option to choose no plugins installed. can you fix this question please? attaching the screenshot for better understanding.

Hello, @Sal
I checked the lab and looks fine.

iac-server $ terraform providers
Providers required by configuration:
.
├── provider[registry.terraform.io/hashicorp/aws]
└── provider[registry.terraform.io/hashicorp/local]
iac-server $ pwd
/root/terraform-projects/provider
iac-server $ 

You have to run the command in the providers directory not inside the .terraform directory.