module KMS autokey context namespace fixes (#3521)

This commit is contained in:
Ludovico Magnocavallo
2025-11-11 09:46:21 +01:00
committed by GitHub
parent 1f0940a716
commit 525b7be739
6 changed files with 9 additions and 8 deletions

View File

@@ -101,7 +101,7 @@ variable "ip_filter" {
}
variable "kms_autokeys" {
description = "KMS Autokey key handles. If location is not specified the bucket location will be used. Key handle names will be added to the kms_keys context with an `autokey/` prefix."
description = "KMS Autokey key handles. If location is not specified the bucket location will be used. Key handle names will be added to the kms_keys context with an `autokeys/` prefix."
type = map(object({
location = optional(string)
resource_type_selector = optional(string, "storage.googleapis.com/Bucket")