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
output.EmitNote(sink, `Could not resolve "localhost.localstack.cloud" - your system may have DNS rebind protection enabled. Using 127.0.0.1 as the endpoint.`)
261
-
}
262
-
263
-
if!interactive {
264
-
returnfmt.Errorf("config profile requires an interactive terminal")
265
-
}
266
-
267
-
returnSetup(ctx, sink, resolvedHost)
268
-
}
269
-
270
249
// Setup checks for the localstack AWS profile and prompts to create or update it if needed.
271
250
// resolvedHost must be a host:port string (e.g. "localhost.localstack.cloud:4566").
output.EmitNote(output.NewTUISink(programSender{}), `Could not resolve "localhost.localstack.cloud" - your system may have DNS rebind protection enabled. Using 127.0.0.1 as the endpoint.`)
0 commit comments