nixos-config/infra/modules/host/providers.tf
2024-12-21 22:32:43 +08:00

14 lines
214 B
HCL

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