File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ A sample URL shortener SPA that uses the high-level `cloud.Table` and `cloud.Htt
26
26
27
27
```
28
28
$ pulumi preview
29
- [many lines elided ...]
29
+ [...details omitted ...]
30
30
---outputs:---
31
31
endpointUrl: computed<string>
32
32
info: 48 changes previewed:
@@ -37,7 +37,7 @@ A sample URL shortener SPA that uses the high-level `cloud.Table` and `cloud.Htt
37
37
38
38
```
39
39
$ pulumi update
40
- [many lines elided ...]
40
+ [...details omitted ...]
41
41
---outputs:---
42
42
endpointUrl: "https://gs8t66u634.execute-api.us-east-1.amazonaws.com/stage/"
43
43
info: 48 changes performed:
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Preview the deployment of the application:
25
25
```
26
26
$ pulumi preview
27
27
Previewing changes:
28
- [623 lines elided ...]
28
+ [...details omitted ...]
29
29
info: 59 changes previewed:
30
30
+ 59 resources to create
31
31
```
@@ -35,7 +35,7 @@ Perform the deployment:
35
35
```
36
36
$ pulumi update
37
37
Performing changes:
38
- [975 lines elided ...]
38
+ [...details omitted ...]
39
39
info: 59 changes performed:
40
40
+ 59 resources created
41
41
Update duration: 9m59.754811909s
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Preview the deployment of the application:
38
38
```
39
39
$ pulumi preview
40
40
Previewing changes:
41
- [76 lines elided ...]
41
+ [...details omitted ...]
42
42
info: 7 changes previewed:
43
43
+ 7 resources to create
44
44
```
@@ -48,7 +48,7 @@ Perform the deployment:
48
48
```
49
49
$ pulumi update
50
50
Performing changes:
51
- [135 lines elided ...]
51
+ [...details omitted ...]
52
52
info: 7 changes performed:
53
53
+ 7 resources created
54
54
Update duration: 2m38.391208237s
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ This example shows how to use dynamic data when deploying infrastructure.
28
28
29
29
```
30
30
$ pulumi preview
31
- [... many lines elided ...]
31
+ [...details omitted ...]
32
32
---outputs:---
33
33
serverUrls: [
34
34
[0]: computed<string>
@@ -43,7 +43,7 @@ This example shows how to use dynamic data when deploying infrastructure.
43
43
44
44
```
45
45
$ pulumi update
46
- [... many lines elided ...]
46
+ [...details omitted ...]
47
47
---outputs:---
48
48
serverUrls: [
49
49
[0]: "http://ec2-54-148-246-71.us-west-2.compute.amazonaws.com"
You can’t perform that action at this time.
0 commit comments