There was an error while loading. Please reload this page.
1 parent f031989 commit 6b4ec16Copy full SHA for 6b4ec16
1 file changed
artifact.tf
@@ -70,7 +70,8 @@ locals {
70
source_code_hash = coalesce(
71
try(data.archive_file.artifact_dir[0].output_base64sha256, null),
72
try(filebase64sha256(local.artifact_file), null),
73
- try(local.artifact.source_hash, local.artifact.tags.SourceHash, null),
+ try(local.artifact.source_hash, null),
74
+ try(local.artifact.tags.SourceHash, null),
75
try(base64encode(local.artifact.etag), null),
76
)
77
}
0 commit comments