Skip to content

Instantly share code, notes, and snippets.

@baskaran-md
Created April 24, 2017 19:12
Show Gist options
  • Save baskaran-md/c14271aadc1bb757e9f4d31dc771dac8 to your computer and use it in GitHub Desktop.
Save baskaran-md/c14271aadc1bb757e9f4d31dc771dac8 to your computer and use it in GitHub Desktop.
terraform validate
[iam/terraform] (master) >>> terraform validate
2017/04/24 12:11:12 [INFO] Terraform version: 0.9.3 1601af7a076fd03fe940455db7fd01dfa747c795
2017/04/24 12:11:12 [INFO] Go runtime version: go1.8
2017/04/24 12:11:12 [INFO] CLI args: []string{"$HOME/bin/terraform", "validate"}
2017/04/24 12:11:12 [DEBUG] Detected home directory from env var: $HOME
2017/04/24 12:11:12 [DEBUG] Detected home directory from env var: $HOME
2017/04/24 12:11:12 [DEBUG] Attempting to open CLI config file: $HOME/.terraformrc
2017/04/24 12:11:12 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2017/04/24 12:11:12 [DEBUG] Detected home directory from env var: $HOME
2017/04/24 12:11:12 [INFO] CLI command args: []string{"validate"}
2017/04/24 12:11:12 [DEBUG] plugin: waiting for all plugin processes to complete...
Error loading files Error loading $HOME/iam/terraform/policies.tf.json: position -: 'data' must be followed by exactly two strings: a type and a name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment