Skip to content

Commit 70a02bf

Browse files
mapsijustinvp
authored andcommitted
Update index.ts - use either lb or listener (#1199)
1 parent 7cc497e commit 70a02bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/reference/tutorials/aws/tutorial-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ To get started, we will create a project, initialize it, then run `pulumi up`:
7575
});
7676
7777
// Export the URL so we can easily access it.
78-
export const url = listener.endpoint.hostname;
78+
export const url = lb.endpoint.hostname;
7979
```
8080
8181
This example creates an automatic cluster in the default AWS VPC to run our "Fargate" service.

0 commit comments

Comments
 (0)