Files
autoglue/terraform/modules/taints/variables.tf
2025-11-03 19:07:15 +00:00

11 lines
111 B
HCL

variable "key" {
type = string
}
variable "value" {
type = string
}
variable "effect" {
type = string
}