[Solved] Terraform Error accessing remote module registry in PowerShell
If you are using PowerShell and trying to run a terraform init
, you may get an error as follows:
Error: error accessing remote module registry
Failed …
4 articles about powershell development, tools, and best practices
If you are using PowerShell and trying to run a terraform init
, you may get an error as follows:
Error: error accessing remote module registry
Failed …
If you want to recursively delete a directory/folder using PowerShell, then you have 2 options.
LiteralPath
and Force
Remove-Item …
Read Article →
chocolatey.org
Open PowerShell
(Run PowerShell in Administrator mode) and paste the following script: …!-->!-->
Some PowerShell
commands require elevated permissions to complete.
To do this, you must first open PowerShell in Administrator Mode
.