You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ awsls aws_lambda_function | awsrm --debug
• input via pipe
• found already installed Terraform provider name=aws path=/home/veetaha/.awsrm/terraform-provider-aws_v3.42.0_x5 version=3.42.0
• start launching new instance of Terraform AWS Provider profile=N/A region=us-east-2
• start launching new instance of Terraform AWS Provider profile=N/A region=us-east-2
• start launching new instance of Terraform AWS Provider profile=N/A region=us-east-2
• start launching new instance of Terraform AWS Provider profile=N/A region=us-east-2
• start launching new instance of Terraform AWS Provider profile=N/A region=us-east-2
• start launching new instance of Terraform AWS Provider profile=N/A region=us-east-2
• start launching new instance of Terraform AWS Provider profile=N/A region=us-east-2
• start launching new instance of Terraform AWS Provider profile=N/A region=us-east-2
• start launching new instance of Terraform AWS Provider profile=N/A region=us-east-2
• start launching new instance of Terraform AWS Provider profile=N/A region=us-east-2
• start launching new instance of Terraform AWS Provider profile=N/A region=us-east-2
• start launching new instance of Terraform AWS Provider profile=N/A region=us-east-2
• start launching new instance of Terraform AWS Provider profile=N/A region=us-east-2
• start launching new instance of Terraform AWS Provider profile=N/A region=us-east-2
• start launching new instance of Terraform AWS Provider profile=N/A region=us-east-2
• start launching new instance of Terraform AWS Provider profile=N/A region=us-east-2
• start launching new instance of Terraform AWS Provider profile=N/A region=us-east-2
• start launching new instance of Terraform AWS Provider profile=N/A region=us-east-2
• start launching new instance of Terraform AWS Provider profile=N/A region=us-east-2
• start launching new instance of Terraform AWS Provider profile=N/A region=us-east-2
• start launching new instance of Terraform AWS Provider profile=N/A region=us-east-2
• start launching new instance of Terraform AWS Provider profile=N/A region=us-east-2
• start launching new instance of Terraform AWS Provider profile=N/A region=us-east-2
• start launching new instance of Terraform AWS Provider profile=N/A region=us-east-2
• start launching new instance of Terraform AWS Provider profile=N/A region=us-east-2
• start launching new instance of Terraform AWS Provider profile=N/A region=us-east-2
• start launching new instance of Terraform AWS Provider profile=N/A region=us-east-2
• start launching new instance of Terraform AWS Provider profile=N/A region=us-east-2
• start launching new instance of Terraform AWS Provider profile=N/A region=us-east-2
• start launching new instance of Terraform AWS Provider profile=N/A region=us-east-2
• start launching new instance of Terraform AWS Provider profile=N/A region=us-east-2
Error: failed to configure provider (name=aws, version=3.42.0): error configuring Terraform AWS Provider: no valid credential sources for Terraform AWS Provider found.
Please see https://registry.terraform.io/providers/hashicorp/aws
for more information about providing credentials.
Error: NoCredentialProviders: no valid providers in chain. Deprecated.
For verbose messaging see aws.Config.CredentialsChainVerboseErrors
This also leaks all the terraform provider processes, so they are left hanging and eating my PC RAM:
However, if I invoke the same command, but with all the resource identifiers as CLI parameters, everything works fine, only one terraform provider process is created and no NoCredentialProviders error is triggered, and no processes are leaked
The text was updated successfully, but these errors were encountered:
Here is what I see when I use a pipe:
Output logs
This also leaks all the terraform provider processes, so they are left hanging and eating my PC RAM:
However, if I invoke the same command, but with all the resource identifiers as CLI parameters, everything works fine, only one terraform provider process is created and no
NoCredentialProviders
error is triggered, and no processes are leakedThe text was updated successfully, but these errors were encountered: