From c8932fd887621fe9d45029850f80eb179ab6c0a1 Mon Sep 17 00:00:00 2001 From: Anthony Zawacki Date: Wed, 20 Sep 2023 11:16:05 -0400 Subject: [PATCH] Forgot to run terraform fmt. --- variables.tf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 }