Skip to content

Commit

Permalink
chore(deps): update terraform terraform-google-modules/iam/google to …
Browse files Browse the repository at this point in the history
…v7.7.1 (#603)

Co-authored-by: playground-manager[bot] <126197455+playground-manager[bot]@users.noreply.github.com>
Co-authored-by: Ash Davies <[email protected]>
  • Loading branch information
playground-manager[bot] and ashdavies authored Oct 26, 2023
1 parent 262da4e commit d99af13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module "cloud-run-endpoint" {
# module endpoint-iam-binding is deprecated
module "endpoint-iam-binding" {
source = "terraform-google-modules/iam/google//modules/cloud_run_services_iam"
version = "7.7.0"
version = "7.7.1"
bindings = { "roles/run.invoker" = ["allUsers"] }
cloud_run_services = [module.cloud-run-endpoint.name]
location = var.project_region
Expand Down

0 comments on commit d99af13

Please sign in to comment.