-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enable SQL IAM usage for mysql-shard #1462
Conversation
Signed-off-by: Bob Callaway <bcallaway@google.com>
@@ -261,12 +261,12 @@ resource "google_sql_user" "breakglass_iam_group" { | |||
type = "CLOUD_IAM_GROUP" | |||
} | |||
|
|||
resource "google_project_iam_binding" "breakglass_iam_group_permissions" { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Iam binding was authoritative, was there anything wiped out?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
because mysql-shard
reuses the same mysql
code, it isn't happy with having two authoritative clauses in the same plan.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good commit messages :)
Summary
Release Note
Documentation