Skip to content

Commit

Permalink
Remove commented
Browse files Browse the repository at this point in the history
  • Loading branch information
romanini-ciandt committed Jan 2, 2025
1 parent 0206342 commit 8bd493c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/simple_autopilot_private_cmek/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,8 @@ module "kms" {
key_protection_level = "HSM"
location = "us-central1"
keyring = "keyring"
keys = ["key3"]
keys = ["key"]
prevent_destroy = false
# set_owners_for = [ "key3" ]
# owners = ["serviceAccount:service-${data.google_project.main.number}@container-engine-robot.iam.gserviceaccount.com", "serviceAccount:${var.int_sa}", "serviceAccount:service-${data.google_project.main.number}@compute-system.iam.gserviceaccount.com"]
}

resource "google_kms_crypto_key_iam_member" "main" {
Expand Down

0 comments on commit 8bd493c

Please sign in to comment.