Skip to content

Commit 0aee331

Browse files
Merge pull request #1529 from snyk/chore/typo_provider_error
chore: fix a typo in provider init error
2 parents dd2f210 + 41052de commit 0aee331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/remote/aws/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ func (p *AWSTerraformProvider) CheckCredentialsExist() error {
9494
if err == credentials.ErrNoValidProvidersFoundInChain {
9595
return errors.New("Could not find a way to authenticate on AWS!\n" +
9696
"Please refer to AWS documentation: https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html\n\n" +
97-
"To use a different cloud provider, use --to=\"tf+gcp\" for GCP or --to=\"tf+azure\" for Azure.")
97+
"To use a different cloud provider, use --to=\"gcp+tf\" for GCP or --to=\"azure+tf\" for Azure.")
9898
}
9999
if err != nil {
100100
return err

0 commit comments

Comments
 (0)