nixos-config/infra/modules/host/providers.tf
2024-11-28 01:14:34 +08:00

8 lines
112 B
HCL

terraform {
required_providers {
tls = {
source = "registry.terraform.io/hashicorp/tls"
}
}
}