Open
Description
op CLI version
2.30.3
Goal or desired behavior
For this to work:
op run --env-file=.env -- terraform <command>
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:
op run --env-file=.env -- op plugin run -- terraform <command>
Relevant log output
Error: NoCredentialProviders: no valid providers in chain. Deprecated.
For verbose messaging see aws.Config.CredentialsChainVerboseErrors