We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84fc0cb commit 6d004d0Copy full SHA for 6d004d0
modules/secure-cloud-run-security/org_policies.tf
@@ -22,7 +22,7 @@ locals {
22
23
module "cloudrun_allowed_ingress" {
24
source = "terraform-google-modules/org-policy/google"
25
- version = "~> 5.1"
+ version = "~> 7.0"
26
27
policy_for = var.policy_for
28
project_id = local.project
@@ -36,7 +36,7 @@ module "cloudrun_allowed_ingress" {
36
37
module "cloudrun_allowed_vpc_egress" {
38
39
40
41
42
0 commit comments