We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c81ad commit 5742768Copy full SHA for 5742768
outputs.tf
@@ -173,3 +173,8 @@ output "cloudfront_certificate_arn" {
173
description = "cloudfront certificate for cdn.{staging}.openbraininstitute.org domain"
174
value = module.cdn_openbraininstitute_org_cert.certificate_arn
175
}
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