feat: update terraform configuration
All checks were successful
kinec.tech/airun-pathfinder-crud-pricing/pipeline/head This commit looks good
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user