Skip to content

Commit cc46fcd

Browse files
author
Luke Hoban
committed
Use consistent message for "details omitted"
1 parent 71fd0bd commit cc46fcd

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

url-shortener/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ A sample URL shortener SPA that uses the high-level `cloud.Table` and `cloud.Htt
2626
2727
```
2828
$ pulumi preview
29-
[many lines elided...]
29+
[...details omitted...]
3030
---outputs:---
3131
endpointUrl: computed<string>
3232
info: 48 changes previewed:
@@ -37,7 +37,7 @@ A sample URL shortener SPA that uses the high-level `cloud.Table` and `cloud.Htt
3737
3838
```
3939
$ pulumi update
40-
[many lines elided...]
40+
[...details omitted...]
4141
---outputs:---
4242
endpointUrl: "https://gs8t66u634.execute-api.us-east-1.amazonaws.com/stage/"
4343
info: 48 changes performed:

video-thumbnailer/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Preview the deployment of the application:
2525
```
2626
$ pulumi preview
2727
Previewing changes:
28-
[623 lines elided...]
28+
[...details omitted...]
2929
info: 59 changes previewed:
3030
+ 59 resources to create
3131
```
@@ -35,7 +35,7 @@ Perform the deployment:
3535
```
3636
$ pulumi update
3737
Performing changes:
38-
[975 lines elided...]
38+
[...details omitted...]
3939
info: 59 changes performed:
4040
+ 59 resources created
4141
Update duration: 9m59.754811909s

webserver-azure/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Preview the deployment of the application:
3838
```
3939
$ pulumi preview
4040
Previewing changes:
41-
[76 lines elided...]
41+
[...details omitted...]
4242
info: 7 changes previewed:
4343
+ 7 resources to create
4444
```
@@ -48,7 +48,7 @@ Perform the deployment:
4848
```
4949
$ pulumi update
5050
Performing changes:
51-
[135 lines elided...]
51+
[...details omitted...]
5252
info: 7 changes performed:
5353
+ 7 resources created
5454
Update duration: 2m38.391208237s

webserver-zones/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This example shows how to use dynamic data when deploying infrastructure.
2828
2929
```
3030
$ pulumi preview
31-
[... many lines elided ...]
31+
[...details omitted...]
3232
---outputs:---
3333
serverUrls: [
3434
[0]: computed<string>
@@ -43,7 +43,7 @@ This example shows how to use dynamic data when deploying infrastructure.
4343
4444
```
4545
$ pulumi update
46-
[... many lines elided ...]
46+
[...details omitted...]
4747
---outputs:---
4848
serverUrls: [
4949
[0]: "http://ec2-54-148-246-71.us-west-2.compute.amazonaws.com"

0 commit comments

Comments
 (0)