mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-08 14:33:52 +07:00
7 lines
97 B
Terraform
7 lines
97 B
Terraform
|
terraform {
|
||
|
backend "etcdv3" {
|
||
|
endpoints = [ "localhost:2379" ]
|
||
|
lock = true
|
||
|
}
|
||
|
}
|