-
Notifications
You must be signed in to change notification settings - Fork 10.3k
backend/s3: Support credential_process argument #21120
Copy link
Copy link
Closed
Labels
Description
Terraform Version
v0.11.13
Terraform Configuration Files
unimportant... but using backend s3 configuration, where aws config uses credential_process
Crash Output
Initializing the backend...
Error configuring the backend "s3": NoCredentialProviders: no valid providers in chain. Deprecated.
For verbose messaging see aws.Config.CredentialsChainVerboseErrors
Please update the configuration in your Terraform files to fix this error
then run this command again.
Expected Behavior
AWS config with credential_process should work
Actual Behavior
aws-sdk-go in terraform core too old (< v1.16.0)
Steps to Reproduce
set up an s3 backend with a ~/.aws/config specifying a credential_process for the profile
Additional Context
This appears to be already fixed in the v0.11 branch. We just need a v0.11.14 release.
References
Reactions are currently unavailable