Skip to content

Commit 33a0654

Browse files
authored
Merge branch 'main' into feature/eli-418_performance-test-github-action-api-gateway-update
2 parents 5743613 + 09fbdf8 commit 33a0654

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

infrastructure/stacks/api-layer/s3_buckets.tf

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

47+
# needed by github workflows to store the lambda artifacts
48+
output "lambda_artifact_bucket" {
49+
value = module.s3_lambda_artifact_bucket.storage_bucket_name
50+
}
51+
4752
module "s3_dq_metrics_bucket" {
4853
source = "../../modules/s3"
4954
bucket_name = "dq-metrics"

0 commit comments

Comments
 (0)