nixos-config/infra/providers.tf

11 lines
184 B
Terraform
Raw Normal View History

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