Skip to content

Commit

Permalink
code review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurlapertosa committed Sep 16, 2024
1 parent 72c1068 commit bbd5332
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/confidential_computing/org_policies.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ module "restrict-cmek-cryptokey-projects-policy" {
source = "terraform-google-modules/org-policy/google"
version = "~> 5.3"

project_id = var.project_id
policy_for = "project"
constraint = "constraints/gcp.restrictCmekCryptoKeyProjects"
policy_type = "list"
allow = ["projects/${var.project_id}"]
project_id = var.project_id
policy_for = "project"
constraint = "constraints/gcp.restrictCmekCryptoKeyProjects"
policy_type = "list"
allow = ["projects/${var.project_id}"]
allow_list_length = 1
}

0 comments on commit bbd5332

Please sign in to comment.