Hello team Consul
I need to understand how work this code
terraform {
backend “consul” {
address = “10.255.4.97:8500”
// address = “localhost:8500”
scheme = “http”
path = “tf/terraform.tfstate”
lock = true
gzip = false
datacenter = “dc1”
}
}
as i have expected the export TF_LOG=TRACE;$HOME/terraform plan && init work.
But i need to know where i can found the terraform.tfstate in consult or vault .
as regarding the doc you can retrieve the Tfstate in consul but i haven’t found yet …