fix bucket name for versions file in 0-org-setup

This commit is contained in:
Wiktor Niesiobędzki
2025-12-21 12:22:41 +00:00
parent a554971563
commit e811daaff7
3 changed files with 145 additions and 11 deletions

View File

@@ -151,7 +151,7 @@ resource "google_storage_bucket_object" "version" {
local.output_files.storage_bucket != null &&
fileexists("fast_version.txt") ? 1 : 0
)
bucket = local.output_files.storage_bucket
bucket = local.of_outputs_bucket
name = "versions/0-org-setup-version.txt"
source = "fast_version.txt"
source_md5hash = filemd5("fast_version.txt")