mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Update saml-auth-proxy addon to output its secret_id (#14231)
This is needed to automatically populate the secret from outside of the module with an `aws_secretsmanager_secret_version`
This commit is contained in:
parent
3ac1bd05b0
commit
4d5902108d
1 changed files with 4 additions and 0 deletions
|
|
@ -11,3 +11,7 @@ output "name" {
|
|||
output "lb_target_group_arn" {
|
||||
value = module.saml_auth_proxy_alb.target_group_arns[0]
|
||||
}
|
||||
|
||||
output "secretsmanager_secret_id" {
|
||||
value = aws_secretsmanager_secret.saml_auth_proxy_cert.id
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue