fix tests

This commit is contained in:
Wiktor Niesiobędzki
2025-12-18 10:04:12 +00:00
parent f4b8992ea5
commit 85ebc4bc6f
12 changed files with 102 additions and 101 deletions

View File

@@ -39,5 +39,5 @@ resource "google_storage_bucket_object" "version" {
bucket = var.automation.outputs_bucket
name = "versions/3-${var.stage_config.name}-version.txt"
source = "fast_version.txt"
source_md5hash = filemd5()
source_md5hash = filemd5("fast_version.txt")
}