Skip to content

Commit

Permalink
Update cloud-run.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
kjlippold authored Oct 14, 2024
1 parent 90e6e39 commit eb1bfcb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions terraform/gcp/cloud-run.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ resource "google_cloud_run_service" "hydroserver_api" {
# HydroServer GCP Cloud Run Service Public Access #
# -------------------------------------------------- #

resource "google_cloud_run_service_iam_member" "hydroserver_api_public_access" {
service = google_cloud_run_service.hydroserver_api.name
location = google_cloud_run_service.hydroserver_api.location
role = "roles/run.invoker"
member = "allUsers"
}
#resource "google_cloud_run_service_iam_member" "hydroserver_api_public_access" {
# service = google_cloud_run_service.hydroserver_api.name
# location = google_cloud_run_service.hydroserver_api.location
# role = "roles/run.invoker"
# member = "allUsers"
#}

0 comments on commit eb1bfcb

Please sign in to comment.