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
core.LogAndAddWarning(ctx, &resp.Diagnostics, "The members set in the \"members\" field will override the current members in your project",
287
-
fmt.Sprintf("%s\n%s\n%s\n\n%s",
288
-
"The current members in your project will be removed and replaced with the members set in the \"members\" field.",
289
-
"This might not be represented in the Terraform plan if you are migrating from the \"owner_email\" field, since the current members are not yet set in the state.",
290
-
"Please make sure that the members in the \"members\" field are correct and complete.",
291
-
fmt.Sprintf("Current members in your project:\n%v", strings.Join(members, "\n"))))
292
-
}
293
-
294
259
// ConfigValidators validates the resource configuration
0 commit comments