Skip to content

Instantly share code, notes, and snippets.

@ryanking
Created July 2, 2015 19:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanking/dcb2ce2d2cd84c04ae80 to your computer and use it in GitHub Desktop.
Save ryanking/dcb2ce2d2cd84c04ae80 to your computer and use it in GitHub Desktop.
$ terraform remote config -state=state/state.tfstate -backend=S3 -backend-config="bucket=boltops" -backend-config="key=terraform-state" -backend-config="region=us-west-1"
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: RequestError: send request failed
caused by: Get : 301 response missing Location header
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment