infrastructure/terraform/version.tf
Vivian 4d0b7496d6 Add 'terrafrom/' from commit '3e16d61a859d4fa03f529950b8a832e6c935bbcd'
git-subtree-dir: terrafrom
git-subtree-mainline: 68822bcbfa
git-subtree-split: 3e16d61a85
2021-11-21 13:37:41 +01:00

13 lines
199 B
HCL

terraform {
required_providers {
proxmox = {
source = "telmate/proxmox"
version = "2.9.0"
}
vault = {
source = "hashicorp/vault"
version = "2.24.1"
}
}
}