Skip to content

Commit

Permalink
sort vars
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 21, 2025
1 parent 69dacf7 commit ee52fcf
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
}

0 comments on commit ee52fcf

Please sign in to comment.