Created
April 16, 2022 07:50
-
-
Save madhank93/b942c48567a37f9bbd788efcf4cc7bab to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ❯ pulumi up | |
| Previewing update (dev) | |
| View Live: Pulumi link | |
| Type Name Plan | |
| + pulumi:pulumi:Stack android-gcp-pulumi-dev create | |
| + ├─ gcp:serviceAccount:Account my-service-account create | |
| + ├─ gcp:compute:Network network create | |
| + ├─ gcp:compute:Address my-address create | |
| + ├─ gcp:serviceAccount:Key my-service-key create | |
| + ├─ gcp:compute:Firewall firewall create | |
| + ├─ gcp:compute:Instance instance create | |
| + ├─ command:remote:CopyFile copy-shell-script create | |
| + ├─ command:remote:CopyFile copy-browser-json create | |
| + ├─ command:remote:Command exec-shell-script create | |
| + ├─ pulumi:providers:docker remote create | |
| + ├─ docker:index:Network selenoid create | |
| + ├─ docker:index:RemoteImage android-image create | |
| + ├─ docker:index:RemoteImage selenoid-image create | |
| + ├─ docker:index:RemoteImage selenoid-ui-image create | |
| + ├─ docker:index:RemoteImage android-demo-image create | |
| + ├─ docker:index:Container selenoid-container create | |
| + ├─ docker:index:Container selenoid-ui-container create | |
| + └─ docker:index:Container android-demo-test-container create | |
| Resources: | |
| + 19 to create | |
| Do you want to perform this update? yes | |
| Updating (dev) | |
| View Live: Pulumi link | |
| Type Name Status Info | |
| + pulumi:pulumi:Stack android-gcp-pulumi-dev created 3 messages | |
| + ├─ gcp:compute:Address my-address created | |
| + ├─ gcp:compute:Network network created | |
| + ├─ gcp:serviceAccount:Account my-service-account created | |
| + ├─ gcp:serviceAccount:Key my-service-key created | |
| + ├─ gcp:compute:Firewall firewall created | |
| + ├─ gcp:compute:Instance instance created | |
| + ├─ command:remote:CopyFile copy-browser-json created | |
| + ├─ command:remote:CopyFile copy-shell-script created | |
| + ├─ command:remote:Command exec-shell-script created | |
| + ├─ pulumi:providers:docker remote created | |
| + ├─ docker:index:RemoteImage android-image created | |
| + ├─ docker:index:Network selenoid created | |
| + ├─ docker:index:RemoteImage selenoid-image created | |
| + ├─ docker:index:RemoteImage selenoid-ui-image created | |
| + ├─ docker:index:Container selenoid-container created | |
| + ├─ docker:index:RemoteImage android-demo-image created | |
| + ├─ docker:index:Container selenoid-ui-container created | |
| + └─ docker:index:Container android-demo-test-container created | |
| Diagnostics: | |
| pulumi:pulumi:Stack (android-gcp-pulumi-dev): | |
| time="2022-04-16T13:03:07+05:30" level=warning msg="commandConn.CloseWrite: commandconn: failed to wait: signal: killed" | |
| time="2022-04-16T13:04:25+05:30" level=warning msg="commandConn.CloseWrite: commandconn: failed to wait: signal: killed" | |
| time="2022-04-16T13:04:38+05:30" level=warning msg="commandConn.CloseWrite: commandconn: failed to wait: signal: killed" | |
| Outputs: | |
| androidContainerLogs: false | |
| externalIP : "35.222.60.166" | |
| selenoidID : "790904b3183b864a3e9f3c4e2ee2d80ddee764db539769a711f032715cbdf372" | |
| Resources: | |
| + 19 created | |
| Duration: 3m54s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment