Skip to content

Commit

Permalink
chore(deps): update terraform terraform-google-modules/org-policy/goo…
Browse files Browse the repository at this point in the history
…gle to v6

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent 5d20383 commit 7ed31e3
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.4.0"
version = "6.0.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.4.0"
version = "6.0.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.4.0"
version = "6.0.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.4.0"
version = "6.0.0"

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

0 comments on commit 7ed31e3

Please sign in to comment.