mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
output arn & id for mdm secrets (#10046)
add outputs to mdm module to make it simple to utilize downstream
This commit is contained in:
parent
bbaa225c0e
commit
c1a7b565f1
1 changed files with 12 additions and 0 deletions
|
|
@ -29,3 +29,15 @@ output "extra_execution_iam_policies" {
|
|||
aws_iam_policy.main.arn
|
||||
]
|
||||
}
|
||||
|
||||
output "scep" {
|
||||
value = aws_secretsmanager_secret.scep
|
||||
}
|
||||
|
||||
output "dep" {
|
||||
value = aws_secretsmanager_secret.dep
|
||||
}
|
||||
|
||||
output "apn" {
|
||||
value = aws_secretsmanager_secret.apn
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue