mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-30 03:56:12 +01:00
a5a651dbb9
Signed-off-by: main <magic_rb@redalder.org>
17 lines
290 B
HCL
17 lines
290 B
HCL
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"
|
|
}
|
|
}
|
|
}
|