Skip to content

Commit

Permalink
fix: missing variables.tf entry
Browse files Browse the repository at this point in the history
  • Loading branch information
fibble committed Feb 5, 2025
1 parent 86114da commit 2f31e16
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions infra/terraform/environments/dev/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ variable "cli_image_tag" {
description = "The tag of the cli image to deploy"
}

variable "liquibase_version" {
type = string
description = "The version tag for the liquibase container"
}

0 comments on commit 2f31e16

Please sign in to comment.