Skip to content

Commit

Permalink
update terraform readme output
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed Nov 12, 2024
1 parent 8ff55e2 commit c8abdc9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,12 @@ This module is used to deploy the `forge_py` Lambda function with Terraform. It

## Outputs

- None
| Name | Description |
| -------------------------------------------- | -------------------------------------------------------------------------- |
| `forge_py_task_lambda_arn` | ARN of the `forge_py_task` Lambda function. |
| `cloudwatch_forge_py_task_lambda_name` | CloudWatch log group name for `forge_py_task` Lambda function. |
| `forge_branch_task_lambda_arn` | ARN of the `forge_branch_task` Lambda function. |
| `cloudwatch_forge_branch_task_lambda_name` | CloudWatch log group name for `forge_branch_task` Lambda function. |

## Example Usage

Expand Down

0 comments on commit c8abdc9

Please sign in to comment.