keptn-terraform/terraform-kubernetes-get-se.../vars.tf

17 lines
175 B
HCL

variable "name" {
type = string
}
variable "key" {
type = string
}
variable "namespace" {
type = string
}
variable "context" {
type = string
default = null
}