Use HTTP backend
Some checks failed
/ non-lab (push) Waiting to run
/ authentik (push) Has been cancelled

This commit is contained in:
Chris Cowley 2025-04-16 09:45:28 +00:00
parent 88df812db9
commit 788136f4a8

View file

@ -1,4 +1,11 @@
terraform {
backend "http" {
address = "http://192.168.6.3:8000/state"
lock_address = "http://192.168.6.3:8000/state"
unlock_address = "http://192.168.6.3:8000/state"
username = "terraform"
password = "terraform"
}
required_version = ">= 1.0"
required_providers {
tailscale = {