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

11 lines
184 B
HCL

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