Skip to content

Commit 8063e28

Browse files
ELI-662: putting back the output 'lambda_artifact_bucket' terraform code in s3 stack
1 parent 9606252 commit 8063e28

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

infrastructure/stacks/api-layer/s3_buckets.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ module "s3_lambda_artifact_bucket" {
4444
workspace = terraform.workspace
4545
}
4646

47+
# needed by github workflows to store the lambda artifacts
4748
output "lambda_artifact_bucket" {
4849
value = module.s3_lambda_artifact_bucket.storage_bucket_name
4950
}

0 commit comments

Comments
 (0)