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
returndiag.Errorf("[ERR] failed to check network instances: %s", err)
298
+
}
299
+
300
+
ifisFirstInstance {
301
+
diags=append(diags, diag.Diagnostic{
302
+
Severity: diag.Warning,
303
+
Summary: "First Instance in Network",
304
+
Detail: fmt.Sprintf("The instance %s is the first instance in network %s and will be automatically assigned a public IP", config.Hostname, config.NetworkID),
0 commit comments