Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Documenting how to configure s3 backend with env vars #604

Merged
merged 1 commit into from
Oct 7, 2020

Conversation

jeansebastienh
Copy link
Contributor

Fix the following error if only SCW_ACCESS_KEY and SCW_SECRET_KEY are configured

$ terraform init                         
                                                                                                                       
Initializing the backend...                                                                                            
Backend configuration changed!                                                                                         
                                                                                                                       
Terraform has detected that the configuration specified for the backend  
has changed. Terraform will now check for existing state in the backends.      
                                                                                                                       
                                                                                                                       
                                                           
Error: error configuring S3 Backend: no valid credential sources for S3 Backend found.                                 
                                                                                                                       
Please see https://www.terraform.io/docs/backends/types/s3.html                                     
for more information about providing credentials.                                                                      
                                                                                                                       
Error: NoCredentialProviders: no valid providers in chain. Deprecated.                                                 
        For verbose messaging see aws.Config.CredentialsChainVerboseErrors

@remyleone remyleone merged commit a2b6b1e into master Oct 7, 2020
@remyleone remyleone deleted the jsh-update-doc-s3 branch October 7, 2020 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants