Skip to content

Commit

Permalink
fix: provide value for liquibase version
Browse files Browse the repository at this point in the history
  • Loading branch information
fibble committed Feb 5, 2025
1 parent 10b49d5 commit 86114da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infra/terraform/environments/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ module "service" {
search_repository = data.aws_ecr_repository.sservice["search"].repository_url
liquibase_repository = data.aws_ecr_repository.sservice["liquibase"].repository_url
api_secret_file = data.aws_secretsmanager_secret.this["api"].arn
liquibase_version = var.liquibase_version

task_iam_role_statements = local.task_iam_role_statements

Expand Down Expand Up @@ -537,4 +538,4 @@ resource "null_resource" "deployed_versions" {
deployed_cli_image_tag = var.cli_image_tag
deployed_assets_version = var.assets_version
}
}
}

0 comments on commit 86114da

Please sign in to comment.