Files
foxhunt/infra/live/production/secrets/terragrunt.hcl
jgrusewski 840fe15471 Merge branch 'worktree-gitlab-migration'
GitLab CE migration infrastructure: Helm values, Tailscale proxy,
CI/CD pipeline, GitLab Runner, DNS, K8s manifests, S3 storage.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 00:56:29 +01:00

14 lines
279 B
HCL

include "root" {
path = find_in_parent_folders("root.hcl")
}
terraform {
source = "../../../modules/secrets"
}
inputs = {
ibkr_account_id = get_env("IBKR_ACCOUNT_ID", "")
ibkr_username = get_env("IBKR_USERNAME", "")
ibkr_password = get_env("IBKR_PASSWORD", "")
}