Amazon web services – Terraform throwing error:error configuring Terraform AWS Provider: The system cannot find the path specified
I was facing issue with running aws command via cli with certificate issue. So as per some blogs, I was trying to fix the issue using setx AWS_CA_BUNDLE "C:dataca-certsca-bundle.pem" command. Now even after I removed the variable AWS_CA_BUNDLE from my…