Skip to content

Instantly share code, notes, and snippets.

@VisualBean
Created April 8, 2019 09:53
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 VisualBean/a87d13e51ea30528b0e6261a6a204e32 to your computer and use it in GitHub Desktop.
Save VisualBean/a87d13e51ea30528b0e6261a6a204e32 to your computer and use it in GitHub Desktop.
terraform {
backend "http" {
lock_address = "http://127.0.0.1:8000/api"
unlock_address = "http://127.0.0.1:8000/api"
address = "http://127.0.0.1:8000/api"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment