We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd2f210 + 41052de commit 0aee331Copy full SHA for 0aee331
pkg/remote/aws/provider.go
@@ -94,7 +94,7 @@ func (p *AWSTerraformProvider) CheckCredentialsExist() error {
94
if err == credentials.ErrNoValidProvidersFoundInChain {
95
return errors.New("Could not find a way to authenticate on AWS!\n" +
96
"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.")
+ "To use a different cloud provider, use --to=\"gcp+tf\" for GCP or --to=\"azure+tf\" for Azure.")
98
}
99
if err != nil {
100
return err
0 commit comments