Skip to content
This repository was archived by the owner on Feb 25, 2024. It is now read-only.

Commit 463ce35

Browse files
committed
rename base_url to endpoint
1 parent 5c14008 commit 463ce35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bentoctl_lambda/templates/terraform_default.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ output "image_tag" {
188188
description = "The Image tag that is used for creating the function"
189189
value = var.image_tag
190190
}
191-
output "base_url" {
191+
output "endpoint" {
192192
description = "Base URL for API Gateway stage."
193193
value = aws_apigatewayv2_stage.lambda.invoke_url
194194
}

0 commit comments

Comments
 (0)