We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5743613 + 09fbdf8 commit 33a0654Copy full SHA for 33a0654
1 file changed
infrastructure/stacks/api-layer/s3_buckets.tf
@@ -44,6 +44,11 @@ module "s3_lambda_artifact_bucket" {
44
workspace = terraform.workspace
45
}
46
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
+
52
module "s3_dq_metrics_bucket" {
53
source = "../../modules/s3"
54
bucket_name = "dq-metrics"
0 commit comments