Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upImprove documentation around using remote backends such as Consul #891
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
devcamcar
Jan 29, 2015
Figured out that the error "Error refreshing state: Get /: unsupported protocol scheme" was really coming from an experimental OpenStack provider. Closing this ticket.
devcamcar
commented
Jan 29, 2015
|
Figured out that the error "Error refreshing state: Get /: unsupported protocol scheme" was really coming from an experimental OpenStack provider. Closing this ticket. |
devcamcar
closed this
Jan 29, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
strarsis
Jan 23, 2016
Thanks, this was very helpful for me as I left the token just empty (for dev)
and got the same error message with consul-template.
strarsis
commented
Jan 23, 2016
|
Thanks, this was very helpful for me as I left the token just empty (for dev) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
devcamcar commentedJan 29, 2015
I am currently trying to figure out how to get Terraform's Consul remote to function, but I've found it confusing to get working. For instance, I try:
So then I try:
Okay... so then I try:
So basically the parser won't let me add the port number because it thinks there are too many colons. Also worth noting if you don't specify -address at all, then you get this, which shows the url (with localhost replaced obviously) as having http:// and :8500.