Skip to content

Commit 66bb99b

Browse files
authored
fix: wait to create dataproc cluster until SA roles are assigned (#91)
1 parent 8ca39d1 commit 66bb99b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

dataproc.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,8 @@ resource "google_dataproc_cluster" "phs" {
125125
enable_http_port_access = "true"
126126
}
127127
}
128+
129+
depends_on = [
130+
google_project_iam_member.dataproc_sa_roles
131+
]
128132
}

0 commit comments

Comments
 (0)