This commit is contained in:
2023-10-18 17:40:21 +02:00
parent 6fbef48218
commit f1721100b8
4 changed files with 128 additions and 105 deletions

View File

@@ -0,0 +1,8 @@
terraform {
required_providers {
authentik = {
source = "goauthentik/authentik"
version = "~> 2023.5.0"
}
}
}

View File

@@ -0,0 +1,9 @@
terraform {
required_providers {
kubectl = {
source = "gavinbunney/kubectl"
version = "~> 1.14.0"
}
}
}