@@ -46,7 +46,7 @@ locals {
4646
4747module "organization_policies_type_boolean" {
4848 source = " terraform-google-modules/org-policy/google"
49- version = " ~> 5.1 "
49+ version = " ~> 7.0 "
5050 for_each = local. boolean_type_organization_policies
5151
5252 organization_id = local. organization_id
@@ -63,7 +63,7 @@ module "organization_policies_type_boolean" {
6363
6464module "org_vm_external_ip_access" {
6565 source = " terraform-google-modules/org-policy/google"
66- version = " ~> 5.1 "
66+ version = " ~> 7.0 "
6767
6868 organization_id = local. organization_id
6969 folder_id = local. folder_id
@@ -75,7 +75,7 @@ module "org_vm_external_ip_access" {
7575
7676module "restrict_protocol_fowarding" {
7777 source = " terraform-google-modules/org-policy/google"
78- version = " ~> 5.1 "
78+ version = " ~> 7.0 "
7979
8080 organization_id = local. organization_id
8181 folder_id = local. folder_id
@@ -99,7 +99,7 @@ resource "time_sleep" "wait_logs_export" {
9999
100100module "org_domain_restricted_sharing" {
101101 source = " terraform-google-modules/org-policy/google//modules/domain_restricted_sharing"
102- version = " ~> 5.1 "
102+ version = " ~> 7.0 "
103103
104104 organization_id = local. organization_id
105105 folder_id = local. folder_id
@@ -117,7 +117,7 @@ module "org_domain_restricted_sharing" {
117117
118118module "domain_restricted_contacts" {
119119 source = " terraform-google-modules/org-policy/google"
120- version = " ~> 5.1 "
120+ version = " ~> 7.0 "
121121
122122 organization_id = local. organization_id
123123 folder_id = local. folder_id
@@ -134,7 +134,7 @@ module "domain_restricted_contacts" {
134134
135135module "allowed_worker_pools" {
136136 source = " terraform-google-modules/org-policy/google"
137- version = " ~> 5.1 "
137+ version = " ~> 7.0 "
138138 count = var. enforce_allowed_worker_pools && local. cloud_build_private_worker_pool_id != " " ? 1 : 0
139139
140140 organization_id = local. organization_id
0 commit comments