terraform {
  required_version = ">= 1.7"
}

# Provider-agnostic placeholder — OD-1 (managed VMs vs Fly.io vs bare metal)
# is still open. `terraform validate` must pass against this file with no
# provider credentials required; the real provider block replaces this local
# resource once OD-1 resolves in Phase 0.
resource "terraform_data" "placeholder" {
  input = "slackwsh infra baseline pending OD-1"
}
