nixos-config/infra/modules/host/providers.tf

8 lines
112 B
Terraform
Raw Normal View History

2024-11-28 01:14:34 +08:00
terraform {
required_providers {
tls = {
source = "registry.terraform.io/hashicorp/tls"
}
}
}