$ docker
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
| Debug output: | |
| `TF_LOG=TRACE terraform import -provider=google-beta google_compute_health_check.default packer-service-health-check` | |
| google_compute_health_check.default: Importing from ID "packer-service-health-check"... | |
| google_compute_health_check.default: Import prepared! | |
| Prepared google_compute_health_check for import | |
| google_compute_health_check.default: Refreshing state... [id=packer-service-health-check] | |
| Error: Cannot import non-existent remote object |
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
| 2019/06/25 21:16:08 packer: 2019/06/25 21:16:08 [INFO] Instantiating GCE client... | |
| ==> googlecompute: Using existing SSH private key | |
| ==> googlecompute: Error getting source image for instance creation: Get https://www.googleapis.com/compute/v1/projects/centos-cloud/global/images/family/centos-7?alt=json&prettyPrint=false: oauth2: cannot fetch token: Post https://accounts.google.com/o/oauth2/token: dial tcp: lookup accounts.google.com on 169.254.169.254:53: no such host | |
| 2019/06/25 21:16:08 ui error: ==> googlecompute: Error getting source image for instance creation: Get https://www.googleapis.com/compute/v1/projects/centos-cloud/global/images/family/centos-7?alt=json&prettyPrint=false: oauth2: cannot fetch token: Post https://accounts.google.com/o/oauth2/token: dial tcp: lookup accounts.google.com on 169.254.169.254:53: no such host | |
| Build 'googlecompute' errored: Error getting source image for instance creation: Get https://www.googleapis.com/compute/v1/projects/centos-cloud/global/images/family/centos-7?alt= |
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
| 2019/06/25 21:16:08 packer: 2019/06/25 21:16:08 [INFO] Instantiating GCE client... | |
| ==> googlecompute: Using existing SSH private key | |
| ==> googlecompute: Error getting source image for instance creation: Get https://www.googleapis.com/compute/v1/projects/centos-cloud/global/images/family/centos-7?alt=json&prettyPrint=false: oauth2: cannot fetch token: Post https://accounts.google.com/o/oauth2/token: dial tcp: lookup accounts.google.com on 169.254.169.254:53: no such host | |
| 2019/06/25 21:16:08 ui error: ==> googlecompute: Error getting source image for instance creation: Get https://www.googleapis.com/compute/v1/projects/centos-cloud/global/images/family/centos-7?alt=json&prettyPrint=false: oauth2: cannot fetch token: Post https://accounts.google.com/o/oauth2/token: dial tcp: lookup accounts.google.com on 169.254.169.254:53: no such host | |
| Build 'googlecompute' errored: Error getting source image for instance creation: Get https://www.googleapis.com/compute/v1/projects/centos-cloud/global/images/family/centos-7?alt= |
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
| 1. 10.128.7.231 is internal IP address as we disabled external IP address. | |
| ``` | |
| $ ssh -vvvv -i .creds/gcp-instance-key [email protected] | |
| OpenSSH_7.9p1, LibreSSL 2.7.3 | |
| debug1: Reading configuration data /Users/peijun.wu/.ssh/config | |
| debug1: /Users/peijun.wu/.ssh/config line 1: Applying options for * | |
| debug1: Reading configuration data /etc/ssh/ssh_config | |
| debug1: /etc/ssh/ssh_config line 48: Applying options for * | |
| debug2: resolve_canonicalize: hostname 10.128.7.231 is address | |
| debug2: ssh_connect_direct |