From 30ab309a220a111f1287125910805ab8c3455860 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Mon, 17 May 2021 01:49:07 +0700 Subject: [PATCH] Change tfstate IP --- infra/terraform.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }