Skip to content

Commit 5742768

Browse files
committed
Add launch server secret ARN to outputs
1 parent 93c81ad commit 5742768

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

outputs.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,3 +173,8 @@ output "cloudfront_certificate_arn" {
173173
description = "cloudfront certificate for cdn.{staging}.openbraininstitute.org domain"
174174
value = module.cdn_openbraininstitute_org_cert.certificate_arn
175175
}
176+
177+
output "launch_server_secrets_arn" {
178+
description = "ARN of the secrets of the launch service"
179+
value = aws_secretsmanager_secret.launch_service_secrets.arn
180+
}

0 commit comments

Comments
 (0)