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
  • Loading branch information
playground-manager[bot] authored Oct 25, 2023
1 parent 97a85c7 commit e7c1cec
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 e7c1cec

Please sign in to comment.