1
0

feat: LambdaAccessKey module

This commit is contained in:
xpk
2026-06-14 16:05:47 +08:00
parent 2ef2ad1571
commit 5611195a0d
8 changed files with 419 additions and 1 deletions
@@ -0,0 +1,11 @@
output "TargetRole" {
value = module.TargetIam.role-arn
}
output "LambdaFunctionArn" {
value = aws_lambda_function.this.arn
}
output "CloudFrontDist" {
value = aws_cloudfront_distribution.this.arn
}