Files
garage/modules/keys/variables.tf
2025-10-23 08:56:53 +02:00

5 lines
84 B
HCL

variable "name" {
description = "Name of the key to add"
type = string
}