View gist:e3d55911491591faae8a9c9451b71232
This file contains 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
2018/02/14 02:28:14 [INFO] Terraform version: 0.11.3 3802b14260603f90c7a1faf55994dcc8933e2069 | |
2018/02/14 02:28:14 [INFO] Go runtime version: go1.9.1 | |
2018/02/14 02:28:14 [INFO] CLI args: []string{"/usr/local/bin/terraform", "apply"} | |
2018/02/14 02:28:14 [DEBUG] Attempting to open CLI config file: /Users/eugene/.terraformrc | |
2018/02/14 02:28:14 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2018/02/14 02:28:14 [INFO] CLI command args: []string{"apply"} | |
2018/02/14 02:28:14 [INFO] command: empty terraform config, returning nil | |
2018/02/14 02:28:14 [DEBUG] command: no data state file found for backend config | |
2018/02/14 02:28:14 [DEBUG] New state was assigned lineage "c123d515-396a-42a8-a928-e9fd6dd9ad3d" | |
2018/02/14 02:28:14 [INFO] command: backend initialized: <nil> |
View gist:dd8fffb772356a694a02b2d1a7f95b45
This file contains 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
2018/02/14 02:25:21 [INFO] Terraform version: 0.11.3 3802b14260603f90c7a1faf55994dcc8933e2069 | |
2018/02/14 02:25:21 [INFO] Go runtime version: go1.9.1 | |
2018/02/14 02:25:21 [INFO] CLI args: []string{"/usr/local/bin/terraform", "apply"} | |
2018/02/14 02:25:21 [DEBUG] Attempting to open CLI config file: /Users/eugene/.terraformrc | |
2018/02/14 02:25:21 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2018/02/14 02:25:21 [INFO] CLI command args: []string{"apply"} | |
2018/02/14 02:25:21 [INFO] command: empty terraform config, returning nil | |
2018/02/14 02:25:21 [DEBUG] command: no data state file found for backend config | |
2018/02/14 02:25:21 [DEBUG] New state was assigned lineage "ab1e5c6f-0480-4fe4-8c1b-ead1792d3f0f" | |
2018/02/14 02:25:21 [INFO] command: backend initialized: <nil> |
View gist:3e10bfc38d966d1d361e4218a15708ea
This file contains 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
2018/02/14 02:22:13 [INFO] Terraform version: 0.11.3 3802b14260603f90c7a1faf55994dcc8933e2069 | |
2018/02/14 02:22:13 [INFO] Go runtime version: go1.9.1 | |
2018/02/14 02:22:13 [INFO] CLI args: []string{"/usr/local/bin/terraform", "apply"} | |
2018/02/14 02:22:13 [DEBUG] Attempting to open CLI config file: /Users/eugene/.terraformrc | |
2018/02/14 02:22:13 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2018/02/14 02:22:13 [INFO] CLI command args: []string{"apply"} | |
2018/02/14 02:22:13 [INFO] command: empty terraform config, returning nil | |
2018/02/14 02:22:13 [DEBUG] command: no data state file found for backend config | |
2018/02/14 02:22:13 [DEBUG] New state was assigned lineage "67bb542d-9d24-43a6-a5c1-29dd089d547c" | |
2018/02/14 02:22:13 [INFO] command: backend initialized: <nil> |
View gist:2b0dddea8639559f4def47f9673c2db3
This file contains 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
package main | |
import ( | |
"fmt" | |
"github.com/gophercloud/gophercloud" | |
"github.com/gophercloud/gophercloud/openstack" | |
//"github.com/rackspace/gophercloud" | |
//"github.com/rackspace/gophercloud/rackspace" | |
) |
View gist:8e63d0af024f974ef9c3c88cc652f322
This file contains 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
OS_DEBUG=1 TF_LOG=DEBUG ~/workspace/terraform/bin/terraform plan | |
2017/04/26 19:19:59 [INFO] Terraform version: 0.9.4 dev 1024976cdf36f70b4887a7b3c7926d7be62cf93b | |
2017/04/26 19:19:59 [INFO] Go runtime version: go1.8.1 | |
2017/04/26 19:19:59 [INFO] CLI args: []string{"/home/eugene/workspace/terraform/bin/terraform", "plan"} | |
2017/04/26 19:19:59 [DEBUG] Detected home directory from env var: /home/eugene | |
2017/04/26 19:19:59 [DEBUG] Detected home directory from env var: /home/eugene | |
2017/04/26 19:19:59 [DEBUG] Attempting to open CLI config file: /home/eugene/.terraformrc | |
2017/04/26 19:19:59 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2017/04/26 19:19:59 [INFO] CLI command args: []string{"plan"} | |
2017/04/26 19:19:59 [DEBUG] Detected home directory from env var: /home/eugene |