Skip to content

Instantly share code, notes, and snippets.

@chrisferry
Last active August 29, 2015 14:18
Show Gist options
  • Save chrisferry/d846651c81cc25c31856 to your computer and use it in GitHub Desktop.
Save chrisferry/d846651c81cc25c31856 to your computer and use it in GitHub Desktop.
➜ terraform git:(master) ✗ terraform remote config -backend=consul -backend-config="address=https://consul.domain.com" -backend-config="path=use1"
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 reloading remote state: Get http://https://consul.domain.com/v1/kv/use1: dial tcp: unknown port tcp///consul.domain.com
➜ 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment