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

@@ -277,7 +277,7 @@ variable "instance_type" {
}
variable "kms_autokeys" {
description = "KMS Autokey key handles. If location is not specified it will be inferred from the zone. 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 it will be inferred from the zone. 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, "compute.googleapis.com/Disk")