Skip to content

Commit

Permalink
Forgot to run terraform fmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
zawac002 committed Sep 20, 2023
1 parent e93cd75 commit c8932fd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}


Expand Down

0 comments on commit c8932fd

Please sign in to comment.