Skip to content

Commit 49070ca

Browse files
fix(deps)!: Update Terraform terraform-google-modules/org-policy/google to v7
1 parent a91b68d commit 49070ca

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

1-org/envs/shared/org_policy.tf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ locals {
4646

4747
module "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

6464
module "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

7676
module "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

100100
module "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

118118
module "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

135135
module "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

Comments
 (0)