Created
April 6, 2015 19:28
-
-
Save chrisferry/be543df0217286be09b3 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
➜ terraform git:(master) ✗ terraform remote config -backend=consul -backend-config="address=consul.domain.com" -backend-config="path=use1" -backend-config="scheme=https" | |
Remote state management enabled | |
Error while performing the initial pull. The error message is shown | |
below. Note that remote state was properly configured, so you don't | |
need to reconfigure. You can now use `push` and `pull` directly. | |
Error initilizing remote state: <nil> | |
➜ terraform git:(master) ✗ pwd | |
/Users/chris.ferry/git/systems/terraform | |
➜ terraform git:(master) ✗ terraform remote config -backend=consul -backend-config="address=consul.domain.com" -backend-config="path=use1" | |
Remote configuration updated | |
Remote state configured and pulled. | |
curl https://consul.domain.com/v1/kv/use1 and curl http://consul.domain.com/v1/kv/use1 | |
return the same output. So I don't think it's a cert issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment