Skip to content

Instantly share code, notes, and snippets.

@avaly
Created August 25, 2017 08:34
Show Gist options
  • Save avaly/c29f38fdee8f75d2629bdf3f1ded3f99 to your computer and use it in GitHub Desktop.
Save avaly/c29f38fdee8f75d2629bdf3f1ded3f99 to your computer and use it in GitHub Desktop.
terraform-validate-bug
$ TF_LOG=trace terraform validate
2017/08/25 10:32:24 [INFO] Terraform version: 0.10.2 a1d06eb97378d097d4175c3284ea026937618477
2017/08/25 10:32:24 [INFO] Go runtime version: go1.8.3
2017/08/25 10:32:24 [INFO] CLI args: []string{"/usr/local/bin/terraform", "validate"}
2017/08/25 10:32:24 [DEBUG] Attempting to open CLI config file: /home/avaly/.terraformrc
2017/08/25 10:32:24 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2017/08/25 10:32:24 [INFO] CLI command args: []string{"validate"}
2017/08/25 10:32:24 [DEBUG] checking for provider in "."
2017/08/25 10:32:24 [DEBUG] checking for provider in "/usr/local/bin"
2017/08/25 10:32:24 [DEBUG] checking for provider in ".terraform/plugins/linux_amd64"
2017/08/25 10:32:24 [DEBUG] checking for provisioner in "."
2017/08/25 10:32:24 [DEBUG] checking for provisioner in "/usr/local/bin"
2017/08/25 10:32:24 [DEBUG] checking for provisioner in ".terraform/plugins/linux_amd64"
2017/08/25 10:32:24 [DEBUG] New state was assigned lineage "b6f0999b-a9d0-4fb7-b795-08d495e3a9d4"
Error: 1 error(s) occurred:
* provider.random: no suitable version installed
version requirements: "~> 0.1"
versions installed: none
2017/08/25 10:32:24 [DEBUG] plugin: waiting for all plugin processes to complete...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment