video-iac/terraform/modules/kubernetes/variables.tf

7 lines
84 B
HCL

variable "access_key" {
type = string
}
variable "secret_key" {
type = string
}