Terraform init not download provider module

Hi guys ,

I just install the Terraform and settings variable on windows 11.
I created the .tf file with provider is aws , but when i run “terraform init” i don’t see the download status about aws provider . Only receive the status
" PS C:\Terraform> terraform init
Initializing the backend…
Initializing provider plugins…
Terraform has been successfully initialized! "

Plz help me for this issue .

As you have not shown the contents of your .tf file, it’s not possible to provide any useful advice.