Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ojhaujjwal/0368fd59ee4e1c6b31b1c2c5c6afbbd9 to your computer and use it in GitHub Desktop.
Save ojhaujjwal/0368fd59ee4e1c6b31b1c2c5c6afbbd9 to your computer and use it in GitHub Desktop.
resource "google_cloud_run_service_iam_binding" "binding" {
location = google_cloud_run_service.nodejs_app.location
service = google_cloud_run_service.nodejs_app.name
role = "roles/run.invoker"
members = [
"allUsers",
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment