Skip to content

Commit

Permalink
Project Module CMEK: added CloudRun
Browse files Browse the repository at this point in the history
Added CloudRun to the list so that CloudRun service agent gets encryptor/decryptor role on CMEK
  • Loading branch information
artemBogdantsev authored Sep 20, 2024
1 parent 9817d17 commit 7d6594e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/project/cmek.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ locals {
"spanner.googleapis.com" : ["spanner"]
"sqladmin.googleapis.com" : ["cloud-sql"]
"storage.googleapis.com" : ["storage"]
"run.googleapis.com" : ["cloudrun"]
}
_cmek_members = merge(flatten([
for service, keys in var.service_encryption_key_ids : [
Expand Down

0 comments on commit 7d6594e

Please sign in to comment.