Skip to content

Commit

Permalink
Merge pull request #816 from portefaix/renovate/terraform-google-modu…
Browse files Browse the repository at this point in the history
…les-org-policy-google-5.x

Update Terraform terraform-google-modules/org-policy/google to v5.3.0
  • Loading branch information
nlamirault authored Nov 17, 2023
2 parents 5167c1a + 0538fdd commit 839d73e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions terraform/gcp/root/policies.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

module "org_domain_restricted_sharing" {
source = "terraform-google-modules/org-policy/google//modules/domain_restricted_sharing"
version = "5.2.2"
version = "5.3.0"

organization_id = var.organization_id
policy_for = "organization"
Expand All @@ -45,23 +45,23 @@ module "org_domain_restricted_sharing" {

module "skip_default_network" {
source = "terraform-google-modules/org-policy/google//modules/skip_default_network"
version = "5.2.2"
version = "5.3.0"

policy_for = "organization"
organization_id = var.organization_id
}

module "bucket_policy_only" {
source = "terraform-google-modules/org-policy/google//modules/bucket_policy_only"
version = "5.2.2"
version = "5.3.0"

policy_for = "organization"
organization_id = var.organization_id
}

module "restrict_vm_external_ips" {
source = "terraform-google-modules/org-policy/google//modules/restrict_vm_external_ips"
version = "5.2.2"
version = "5.3.0"

policy_for = "organization"
organization_id = var.organization_id
Expand Down

0 comments on commit 839d73e

Please sign in to comment.