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>
14 lines
279 B
HCL
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", "")
|
|
}
|