Change tfstate IP

This commit is contained in:
Khue Doan 2021-05-17 01:49:07 +07:00
parent 613a72ea65
commit 30ab309a22

View File

@ -1,7 +1,7 @@
terraform { terraform {
# TODO (feature) Generate endpoint automatically (terragrunt for variable) # TODO (feature) Generate endpoint automatically (terragrunt for variable)
backend "etcdv3" { backend "etcdv3" {
endpoints = ["192.168.1.25:2379"] endpoints = ["192.168.1.21:2379"]
lock = true lock = true
} }