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