Files
homelab/terraform/terraform.tfvars.example
T

23 lines
1009 B
Plaintext
Raw Normal View History

kubeconfig_path = "cluster-config/kubeconfig"
cluster_domain = "riotpiao.homelab.com"
# Load these from .env or Vault in production
authentik_secret_key = "changeme-min-32-characters-long-value"
authentik_bootstrap_password = "changeme"
authentik_bootstrap_token = "changeme"
authentik_pg_password = "changeme"
postgres_password = "changeme"
minio_root_user = "minioadmin"
minio_root_password = "changeme"
minio_oidc_client_secret = "changeme"
grafana_admin_password = "changeme"
grafana_oidc_client_secret = "changeme"
forgejo_admin_password = "changeme"
authentik_forgejo_client_secret = "changeme"
authentik_argocd_client_id = "argocd"
authentik_argocd_client_secret = "changeme"
authentik_temporal_client_id = "temporal"
authentik_temporal_client_secret = "changeme"
argocd_admin_password = "changeme"
argocd_oidc_client_secret = "changeme"