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

Commit a058426

Browse files
committed
change base_url to endpoint
1 parent 1c9696b commit a058426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bentoctl_sagemaker/templates/terraform_default.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ output "ecr_image_tag" {
266266
value = var.image_tag
267267
}
268268

269-
output "base_url" {
269+
output "endpoint" {
270270
description = "Base URL for API Gateway stage."
271271

272272
value = aws_apigatewayv2_stage.lambda.invoke_url

0 commit comments

Comments
 (0)