khuedoan-homelab/infra/lxd/terraform.tf

7 lines
97 B
Terraform
Raw Normal View History

2021-02-12 21:24:13 +07:00
terraform {
backend "etcdv3" {
endpoints = [ "localhost:2379" ]
lock = true
}
}