Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View ioanniswd's full-sized avatar
🏠
Working from home

Giannis Poulis ioanniswd

🏠
Working from home
View GitHub Profile
@ioanniswd
ioanniswd / terraform-issue-with-child-variables-debug-output
Last active September 13, 2022 10:09
terraform-issue-with-child-variables-debug-output
> cd projects/child && TF_LOG=trace terraform apply -var-file="my-vars-debug.tfvars.json"
2022-09-13T13:06:24.855+0300 [INFO] Terraform version: 1.2.9
2022-09-13T13:06:24.855+0300 [DEBUG] using github.com/hashicorp/go-tfe v1.0.0
2022-09-13T13:06:24.855+0300 [DEBUG] using github.com/hashicorp/hcl/v2 v2.12.0
2022-09-13T13:06:24.855+0300 [DEBUG] using github.com/hashicorp/terraform-config-inspect v0.0.0-20210209133302-4fd17a0faac2
2022-09-13T13:06:24.855+0300 [DEBUG] using github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734
2022-09-13T13:06:24.855+0300 [DEBUG] using github.com/zclconf/go-cty v1.11.0
2022-09-13T13:06:24.855+0300 [INFO] Go runtime version: go1.18.1
2022-09-13T13:06:24.855+0300 [INFO] CLI args: []string{"terraform", "apply", "-var-file=my-vars-debug.tfvars.json"}
2022-09-13T13:06:24.855+0300 [TRACE] Stdout is a terminal of width 211
@ioanniswd
ioanniswd / gist:3ce2ae919f9b7e0af6273b1b2139aa44
Last active February 16, 2019 12:31
install.py log - YCM installation error: YouCompleteMe unavailable: unable to load Python.
$ ./install.py --ts-completer 2.3.3
Searching Python 2.7 libraries...
Found Python library: /usr/lib/python2.7/config-x86_64-linux-gnu/libpython2.7.so
Found Python headers folder: /usr/include/python2.7
-- The C compiler identification is GNU 6.3.0
-- The CXX compiler identification is GNU 6.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done