Hi,
While running terraform init I receive the following error:
Initializing modules...
Initializing the backend...
Successfully configured the backend "s3"! Terraform will automatically
use this backend unless the backend configuration changes.
Initializing provider plugins...
- Checking for available provider plugins...
- Downloading plugin for provider "aws" (hashicorp/aws) 2.42.0...
Error installing provider "aws": stat /root/.netrc: permission denied
Command runs on behalf of Bamboo user. If I run the same command via ssh console using the same user - no issues.
What actually ‘terraform init’ calls internally which requires access to /root/.netrc ?
Thanks in advance