Files
homelab/terraform/authentik/state.tf
T
AB from home.homenet 4ffc42af97 Added Authentik TF code
2025-09-16 15:28:50 +03:00

9 lines
107 B
Terraform

terraform {
cloud {
organization = "ultradesu"
workspaces {
name = "Authentik"
}
}
}