This repository has been archived on 2026-08-21. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
infra/dns/providers.tf

18 lines
272 B
HCL

terraform {
required_providers {
adguard = {
source = "gmichels/adguard"
version = "~> 1.0"
}
pass = {
source = "camptocamp/pass"
version = "~> 2.0"
}
ovh = {
source = "ovh/ovh"
version = "~> 2.10"
}
}
}