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
Could you share the format of your .env file? It would be helpful to see what kind of environment variables you're trying to set via op run that cannot be set by the AWS shell plugin
Hello @npearson72 ,
It looks like you're using the Terraform plugin with a stable version of the CLI (2.30.3). However, please note that the Terraform plugin is currently only available in the beta versions of the CLI. The latest beta release is 2.30.0-beta.03.
We recommend trying the command again using the beta version, which should allow the plugin to work as expected.
op CLI version
2.30.3
Goal or desired behavior
For this to work:
Current behavior
Running
op run --env-file=.env -- terraform <command>
command throws the following error (without allowing to select credentials):Error: NoCredentialProviders: no valid providers in chain. Deprecated. For verbose messaging see aws.Config.CredentialsChainVerboseErrors
I was required to remove the
terraform
alias in~/.config/op/plugins.sh
to get it t work. But now I have to use the following command:Relevant log output
Error: NoCredentialProviders: no valid providers in chain. Deprecated. For verbose messaging see aws.Config.CredentialsChainVerboseErrors
The text was updated successfully, but these errors were encountered: