docs: ADR 0001 — all generated cluster repo files must be versioned in terraform-eks-deployment #18
+1,871
−24
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ADR 0001
This PR adds an Architecture Decision Record documenting why all
eks-*/terragrunt.hcltemplate files must be committed interraform-eks-deployment/templates/eks-modules/rather than pulled live fromtemplate-eks-clusterat plan time.Key points
terraform-eks-deployment(REPO_BRANCH) must fully describe every file written into a generated cluster repo. Consistency cannot be guaranteed when files are split across two repos at independently-advancing refs.data.github_repository_fileapproach (PR Update Workflow for existing clusters #16) reads fromtemplate-eks-cluster:mainat plan time, which can diverge from the_envcommon/templates in this repo and silently produce internally inconsistent generated repos.template_repo) is not needed —CSVD/terraform-github-reponatively handles branch protection, CODEOWNERS, and team access.Related to PR #16 (
test_cluster).