Use HTTP backend
This commit is contained in:
parent
88df812db9
commit
788136f4a8
1 changed files with 7 additions and 0 deletions
|
@ -1,4 +1,11 @@
|
||||||
terraform {
|
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_version = ">= 1.0"
|
||||||
required_providers {
|
required_providers {
|
||||||
tailscale = {
|
tailscale = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue