6d224861 came from a --no-checkout worktree whose empty index made the
commit drop every file except two. This restores 05b50d2b's full tree and
correctly adds stacks/stem95su/gdrive-sync.tf + the service-catalog stem95su
entry. Forward-only (parent=6d224861, no force-push); [ci skip] since the
live infra was never applied from the broken commit.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
23 lines
831 B
HCL
23 lines
831 B
HCL
include "root" {
|
|
path = find_in_parent_folders()
|
|
}
|
|
|
|
# ExternalSecret hits ESO which needs to be alive when the manifest applies.
|
|
dependency "external_secrets" {
|
|
config_path = "../external-secrets"
|
|
skip_outputs = true
|
|
}
|
|
|
|
# Upgrade Gates rules (incl. K8sVersionSkew + EtcdPreUpgradeSnapshotMissing)
|
|
# live in the monitoring stack — make the relationship visible so reapplies
|
|
# don't race the alerts being available.
|
|
dependency "monitoring" {
|
|
config_path = "../monitoring"
|
|
skip_outputs = true
|
|
}
|
|
|
|
# Note: stacks/claude-agent-service has no terragrunt.hcl yet (manual apply
|
|
# pattern) — its ServiceAccount + Namespace are referenced by name from this
|
|
# stack's RoleBindings, which is fine because RoleBindings allow forward
|
|
# references. Apply order: claude-agent-service first (or already deployed),
|
|
# then this stack.
|