dotfiles/terraform/state.tf
Magic_RB 5446dd2549
Some more IP address updates
Signed-off-by: Magic_RB <magic_rb@redalder.org>
2022-08-25 19:43:16 +02:00

8 lines
126 B
HCL

terraform {
backend "consul" {
address = "10.64.2.1:8500"
scheme = "http"
path = "terraform/dotfiles"
}
}