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
  • Loading branch information
renovate[bot] authored Jan 22, 2025
1 parent 11a9137 commit bf7d7d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions examples/confidential_computing/org_policies.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "confidential-computing-org-policy" {
source = "terraform-google-modules/org-policy/google"
version = "~> 5.3"
version = "~> 6.0"

project_id = var.project_id
policy_for = "project"
Expand All @@ -28,7 +28,7 @@ module "confidential-computing-org-policy" {

module "enforce-cmek-org-policy" {
source = "terraform-google-modules/org-policy/google"
version = "~> 5.3"
version = "~> 6.0"

project_id = var.project_id
policy_for = "project"
Expand All @@ -40,7 +40,7 @@ module "enforce-cmek-org-policy" {

module "restrict-cmek-cryptokey-projects-policy" {
source = "terraform-google-modules/org-policy/google"
version = "~> 5.3"
version = "~> 6.0"

project_id = var.project_id
policy_for = "project"
Expand Down
6 changes: 3 additions & 3 deletions examples/confidential_computing_intel/org_policies.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "confidential-computing-org-policy" {
source = "terraform-google-modules/org-policy/google"
version = "~> 5.3"
version = "~> 6.0"

project_id = var.project_id
policy_for = "project"
Expand All @@ -28,7 +28,7 @@ module "confidential-computing-org-policy" {

module "enforce-cmek-org-policy" {
source = "terraform-google-modules/org-policy/google"
version = "~> 5.3"
version = "~> 6.0"

project_id = var.project_id
policy_for = "project"
Expand All @@ -40,7 +40,7 @@ module "enforce-cmek-org-policy" {

module "restrict-cmek-cryptokey-projects-policy" {
source = "terraform-google-modules/org-policy/google"
version = "~> 5.3"
version = "~> 6.0"

project_id = var.project_id
policy_for = "project"
Expand Down

0 comments on commit bf7d7d8

Please sign in to comment.