tf/stacks/ax41-1/provider.tf

14 lines
338 B
Terraform
Raw Normal View History

provider "docker" {
host = "ssh://hausmeister@ax41-1.fsn.mon2.de"
ssh_opts = ["-o", "StrictHostKeyChecking=no", "-o", "UserKnownHostsFile=/dev/null"]
}
provider "sops" {}
provider "hetznerdns" {
apitoken = data.sops_file.secrets.data["hetzner_dns_api_token"]
2024-01-25 19:25:52 +01:00
}
2024-02-24 13:19:46 +01:00
provider "authentik" {
url = "https://authentik.montage2.de"
}