Skip to content

Commit

Permalink
Fixes #180: Add tests for beta submodules/examples
Browse files Browse the repository at this point in the history
  • Loading branch information
SnowmanSeniorDev committed Jul 26, 2019
1 parent a6b8c67 commit a30d7b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ resource "google_project_iam_binding" "ci_kubernetes_engine_kms_access" {
role = "roles/cloudkms.cryptoKeyEncrypterDecrypter"

members = [
"serviceAccount:service-${google_project.ci_kubernetes_engine.id}@container-engine-robot.iam.gserviceaccount.com",
"serviceAccount:service-${google_project.ci_kubernetes_engine.number}@container-engine-robot.iam.gserviceaccount.com",
]
}

Expand Down

0 comments on commit a30d7b7

Please sign in to comment.