diff --git a/variables.tf b/variables.tf index 5dc83cb..8d2e93a 100644 --- a/variables.tf +++ b/variables.tf @@ -73,12 +73,6 @@ variable "keycloak_user" { default = "keycloak" } -variable "utilities_tag" { - description = "Version tag for the docker image to use to execute kubectl commands." - type = string - default = "1.0.3" -} - variable "profile" { description = "AWS config profile used to upload images into ECR" type = string @@ -113,3 +107,8 @@ variable "service_name" { type = string default = "service" } +variable "utilities_tag" { + description = "Version tag for the docker image to use to execute kubectl commands." + type = string + default = "1.0.3" +}