Created
April 24, 2017 19:12
-
-
Save baskaran-md/c14271aadc1bb757e9f4d31dc771dac8 to your computer and use it in GitHub Desktop.
terraform validate
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
[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