All checks were successful
Update Version / Update Version (push) Successful in 9s
25 lines
544 B
HCL
25 lines
544 B
HCL
# git.auengun.net/homelab/opentofu-common
|
|
# Copyright (C) 2024 GregoryDosh
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
# SPDX-FileCopyrightText: 2024 GregoryDosh
|
|
|
|
terraform {
|
|
required_providers {
|
|
proxmox = {
|
|
source = "Telmate/proxmox"
|
|
version = "3.0.1-rc8"
|
|
}
|
|
dns = {
|
|
source = "hashicorp/dns"
|
|
version = "3.4.3"
|
|
}
|
|
cloudflare = {
|
|
source = "cloudflare/cloudflare"
|
|
version = "~> 5.0"
|
|
}
|
|
authentik = {
|
|
source = "goauthentik/authentik"
|
|
version = "2025.4.0"
|
|
}
|
|
}
|
|
}
|