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/05/22 10:22:37 [INFO] Terraform version: 0.12.0 rc1 | |
| 2019/05/22 10:22:37 [INFO] Go runtime version: go1.10.1 | |
| 2019/05/22 10:22:37 [INFO] CLI args: []string{"/home/jo/bin/terraform-v0.12-rc1", "init"} | |
| 2019/05/22 10:22:37 [DEBUG] Attempting to open CLI config file: /home/jo/.terraformrc | |
| 2019/05/22 10:22:37 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
| 2019/05/22 10:22:37 [INFO] CLI command args: []string{"init"} | |
| Initializing modules... | |
| 2019/05/22 10:22:37 [TRACE] ModuleInstaller: installing child modules for . into .terraform/modules | |
| 2019/05/22 10:22:37 [DEBUG] Module installer: begin gce-container | |
| 2019/05/22 10:22:37 [TRACE] ModuleInstaller: Module installer: gce-container <nil> already installed in .terraform/modules/gce-container |
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/05/22 10:22:37 [INFO] Terraform version: 0.12.0 rc1 | |
| 2019/05/22 10:22:37 [INFO] Go runtime version: go1.10.1 | |
| 2019/05/22 10:22:37 [INFO] CLI args: []string{"/home/jo/bin/terraform-v0.12-rc1", "init"} | |
| 2019/05/22 10:22:37 [DEBUG] Attempting to open CLI config file: /home/jo/.terraformrc | |
| 2019/05/22 10:22:37 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
| 2019/05/22 10:22:37 [INFO] CLI command args: []string{"init"} | |
| 2019/05/22 10:22:37 [TRACE] ModuleInstaller: installing child modules for . into .terraform/modules | |
| 2019/05/22 10:22:37 [DEBUG] Module installer: begin gce-container | |
| 2019/05/22 10:22:37 [TRACE] ModuleInstaller: Module installer: gce-container <nil> already installed in .terraform/modules/gce-container | |
| 2019/05/22 10:22:37 [TRACE] modsdir: writing modules manifest to .terraform/modules/modules.json |
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
| docker run --rm -it \ | |
| -e CLOUDSDK_AUTH_CREDENTIAL_FILE_OVERRIDE=/cft/workdir/credentials.json \ | |
| -e GOOGLE_APPLICATION_CREDENTIALS=/cft/workdir/credentials.json \ | |
| -v /home/jo/development/github.com/ziporah/gce-container:/cft/workdir \ | |
| gcr.io/cloud-foundation-cicd/cft/kitchen-terraform:2.0.0 \ | |
| /bin/bash -c "kitchen verify" | |
| Activated service account credentials for: [---] | |
| -----> Starting Kitchen (v1.24.0) | |
| -----> Converging <simple-instance-local>... | |
| $$$$$$ Verification of support for the available version of Terraform is disabled |
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
| ✔ ~/development/github.com/ziporah/terraform-google-container-vm [master|✔] | |
| 09:50 $ git rebase upstream/aaron-lane-0.12 | |
| First, rewinding head to replay your work on top of it... | |
| Applying: Make it v0.12 compliant | |
| Applying: make examples v0.12 compliant | |
| Applying: Reference directly to the list instead of creating a string | |
| Applying: Make disk test work | |
| Applying: All problems fixed here, mig and http-lb needs adjustements in the variables.tf files as well (to reflect the any type) | |
| Applying: Use 2.0.0 test framework for kitchen-terraform containing v0.12.0 support for terraform | |
| Applying: Upgrade Inspec and kitchen-terraform to v0.12.0 |
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
| echo:Index: 628 Size: 692 | |
| echo:Hardcoded Default Settings Loaded | |
| echo:SD card ok | |
| >>> G28 | |
| SENDING:G28 | |
| >>> M114_DETAIL | |
| SENDING:M114_DETAIL | |
| X:108.00 Y:173.00 Z:10.00 E:0.00 Count X:10680 Y:16942 Z:3971 | |
| Logical: X:108.000 Y:173.000 Z:10.000 | |
| Raw: X:108.000 Y:173.000 Z:10.000 |
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
| /** | |
| * Marlin 3D Printer Firmware | |
| * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] | |
| * | |
| * Based on Sprinter and grbl. | |
| * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm | |
| * | |
| * This program is free software: you can redistribute it and/or modify | |
| * it under the terms of the GNU General Public License as published by | |
| * the Free Software Foundation, either version 3 of the License, or |