You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error message returned when no region parameter was found in any of the sources needs improvement.
For example, the AWS Provider returns:
Error: error configuring Terraform AWS Provider: error validating provider credentials: error calling sts:GetCallerIdentity: operation error STS: GetCallerIdentity, failed to resolve service endpoint, an AWS region is required, but was not found
We may need to either
validate that we have a region before trying to call sts:GetCallerIdentity, or
check the error type returned by the AWS SDK
The text was updated successfully, but these errors were encountered:
The error message returned when no region parameter was found in any of the sources needs improvement.
For example, the AWS Provider returns:
We may need to either
sts:GetCallerIdentity
, orThe text was updated successfully, but these errors were encountered: