Files
homelab/terraform/authentik/terraform.tfvars
AB from home.homenet a8c089d9ec
Some checks failed
Terraform / Terraform (push) Has been cancelled
Check with kubeconform / lint (push) Has been cancelled
Added Authentik TF code
2025-09-16 15:35:36 +03:00

29 lines
550 B
HCL

authentik_url = "https://idm.hexor.cy"
flows = {
}
tags = {
environment = "production"
managed_by = "terraform"
project = "homelab"
}
outposts = {
"kubernetes-outpost" = {
name = "authentik Embedded Outpost"
type = "proxy"
service_connection = "k8s-cluster"
config = {
authentik_host = "https://idm.hexor.cy"
authentik_host_insecure = false
log_level = "info"
error_reporting = true
#container_image = null
}
}
}