mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-29 03:26:13 +01:00
Move state to Consul and pin providers better
Signed-off-by: main <magic_rb@redalder.org>
This commit is contained in:
parent
5294cd2714
commit
98d8fcf886
7
terraform/state.tf
Normal file
7
terraform/state.tf
Normal file
|
@ -0,0 +1,7 @@
|
|||
terraform {
|
||||
backend "consul" {
|
||||
address = "10.64.1.201:8500"
|
||||
scheme = "http"
|
||||
path = "terraform/dotfiles"
|
||||
}
|
||||
}
|
|
@ -1,16 +0,0 @@
|
|||
terraform {
|
||||
required_providers {
|
||||
vault = {
|
||||
source = "hashicorp/vault"
|
||||
version = "~> 3.7.0"
|
||||
}
|
||||
consul = {
|
||||
source = "hashicorp/consul"
|
||||
version = "~> 2.15.0"
|
||||
}
|
||||
external = {
|
||||
source = "hashicorp/external"
|
||||
version = "~> 2.2.0"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue