diff --git a/infra/terraform.tf b/infra/terraform.tf index a769f06d..c9e7c852 100644 --- a/infra/terraform.tf +++ b/infra/terraform.tf @@ -1,7 +1,7 @@ terraform { # TODO (feature) Generate endpoint automatically (terragrunt for variable) backend "etcdv3" { - endpoints = ["192.168.1.25:2379"] + endpoints = ["192.168.1.21:2379"] lock = true }