feat: update terraform configuration
All checks were successful
kinec.tech/airun-pathfinder-crud-pricing/pipeline/head This commit looks good

- Updated main.tf with infrastructure changes
- Updated outputs configuration
This commit is contained in:
2025-11-28 20:56:57 -05:00
parent 4ba240c062
commit 729ecaae1c
2 changed files with 55 additions and 0 deletions

View File

@@ -17,3 +17,8 @@ output "table_name" {
description = "DynamoDB table name used by this Lambda"
value = local.table_name
}
output "api_gateway_endpoint" {
description = "API Gateway endpoint URL"
value = aws_apigatewayv2_api.crud_pricing_api.api_endpoint
}