Skip to content

Commit

Permalink
fix(deps)!: Update Terraform terraform-google-modules/org-policy/goog…
Browse files Browse the repository at this point in the history
…le to v6
  • Loading branch information
renovate-bot committed Jan 22, 2025
1 parent 942a734 commit d6e2c5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/secure-cloud-run-security/org_policies.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ locals {

module "cloudrun_allowed_ingress" {
source = "terraform-google-modules/org-policy/google"
version = "~> 5.1"
version = "~> 6.0"

policy_for = var.policy_for
project_id = local.project
Expand All @@ -36,7 +36,7 @@ module "cloudrun_allowed_ingress" {

module "cloudrun_allowed_vpc_egress" {
source = "terraform-google-modules/org-policy/google"
version = "~> 5.1"
version = "~> 6.0"

policy_for = var.policy_for
project_id = local.project
Expand Down

0 comments on commit d6e2c5d

Please sign in to comment.