mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-26 01:56:13 +01:00
5446dd2549
Signed-off-by: Magic_RB <magic_rb@redalder.org>
8 lines
126 B
HCL
8 lines
126 B
HCL
terraform {
|
|
backend "consul" {
|
|
address = "10.64.2.1:8500"
|
|
scheme = "http"
|
|
path = "terraform/dotfiles"
|
|
}
|
|
}
|