diff --git a/content/reference/tutorials/aws/tutorial-service.md b/content/reference/tutorials/aws/tutorial-service.md index 1ad0127ae070..65390a981512 100644 --- a/content/reference/tutorials/aws/tutorial-service.md +++ b/content/reference/tutorials/aws/tutorial-service.md @@ -75,7 +75,7 @@ To get started, we will create a project, initialize it, then run `pulumi up`: }); // Export the URL so we can easily access it. - export const url = listener.endpoint.hostname; + export const url = lb.endpoint.hostname; ``` This example creates an automatic cluster in the default AWS VPC to run our "Fargate" service.