We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e9e988 commit bd2a477Copy full SHA for bd2a477
1 file changed
google.tf
@@ -317,6 +317,15 @@ resource "google_project_iam_binding" "automq_byoc_storage_sa_binding" {
317
]
318
}
319
320
+resource "google_project_iam_binding" "gke_permission_binding0" {
321
+ project = var.cloud_project_id
322
+ role = "roles/container.admin"
323
+
324
+ members = [
325
+ "serviceAccount:${google_service_account.automq_byoc_sa.email}",
326
+ ]
327
+}
328
329
# Firewall rules
330
resource "google_compute_firewall" "automq_byoc_console_sg" {
331
name = "automq-byoc-console-${var.automq_byoc_env_id}"
0 commit comments