Created
October 14, 2016 18:59
-
-
Save jamtur01/bfc5378ec6b6699355b0ba6665d84964 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
env TF_LOG=DEBUG terraform get -update | |
2016/10/15 05:59:20 [INFO] Terraform version: 0.7.6 754bdda8a78b24efab62f1dc24d97c1c02d89fe9 | |
2016/10/15 05:59:20 [INFO] CLI args: []string{"/usr/local/bin/terraform", "get", "-update"} | |
2016/10/15 05:59:20 [DEBUG] Detected home directory from env var: /Users/james | |
2016/10/15 05:59:20 [DEBUG] Detected home directory from env var: /Users/james | |
2016/10/15 05:59:20 [DEBUG] Attempting to open CLI config file: /Users/james/.terraformrc | |
2016/10/15 05:59:20 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2016/10/15 05:59:20 [DEBUG] Detected home directory from env var: /Users/james | |
Get: git::https://github.com/turnbullpublishing/tf_api.git (update) | |
Get: git::ssh://[email protected]/turnbullpublishing/tf_vpc.git?ref=v0.0.2 (update) | |
Get: git::https://github.com/turnbullpublishing/tf_web.git (update) | |
Error loading Terraform: module api.root: 1 error(s) occurred: | |
* resource 'aws_security_group.api_host_sg' config: unknown resource 'aws_vpc.environment_api' referenced in variable aws_vpc.environment_api.cidr_block | |
2016/10/15 05:59:33 [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