thermograph/infra/terraform/modules/thermograph-host/versions.tf
Emi Griffith ae1d9bb534 Subtree-merge thermograph-infra (origin/main) into infra/
git-subtree-dir: infra
git-subtree-mainline: d6df04eab2
git-subtree-split: 99b4b3f78d
2026-07-22 22:01:11 -07:00

11 lines
228 B
HCL

terraform {
required_version = ">= 1.6"
required_providers {
# The module drives everything through a null_resource + SSH provisioners.
null = {
source = "hashicorp/null"
version = "~> 3.2"
}
}
}