[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.
I needed this when cleaning up build artifacts in a CI …
Read Article →Read Article →Chocolatey is a software management automation for Windows that wraps installers, executables, zips, and scripts into compiled packages …
Some PowerShell commands require elevated permissions to complete.
To do this, you must first open PowerShell in Administrator Mode.