diff --git a/variables.tf b/variables.tf index 958d826..47e03e5 100644 --- a/variables.tf +++ b/variables.tf @@ -62,18 +62,18 @@ variable "table_manager_retention_period" { } variable "kubectl_image_registry" { -description = "The registry holding the kubectl docker image" -type = string + description = "The registry holding the kubectl docker image" + type = string } variable "kubectl_image_repository" { -description = "The image repository holding the kubectl docker image" -type = string + description = "The image repository holding the kubectl docker image" + type = string } variable "kubectl_image_tag" { -description = "The image tag to use to access the kubectl docker image" -type = string + description = "The image tag to use to access the kubectl docker image" + type = string }