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
returnerrors.New("unable to start service controller as account ID is nil. Please pass --aws-account-id flag")
159
+
returnerrors.New("unable to start service controller as account ID is missing. Please pass --aws-account-id flag or set AWS_ACCOUNT_ID environment variable")
142
160
}
143
161
ifcfg.Region=="" {
144
-
returnerrors.New("unable to start service controller as AWS region is nil. Please pass --aws-region flag")
162
+
returnerrors.New("unable to start service controller as AWS region is missing. Please pass --aws-region flag or set AWS_REGION environment variable")
0 commit comments