feat(docs): IaC tooling decision page — OpenTofu canonical, Terragrunt phase-out#56
Merged
Merged
Conversation
…runt phase-out Records the org's IaC tooling stance: OpenTofu is the canonical engine (every active repo already runs tofu), the terraform-* repo prefix is legacy and not worth renaming, and Terragrunt is kept only where it does real work (SOPS decrypt, 3-layer input merge, after_hook Ansible sync) and phased out where it is a thin backend/provider wrapper that OpenTofu 1.8+ native config now covers. Also fixes stale 'Terraform' engine references in infrastructure/overview (prose, mermaid node, SOPS card) and cross-links the new page from terraform-check-placement. Refs: dryvist/docs-starlight (engine-prose + phase-out asides PR) Assisted-by: Claude:claude-opus-4-8
32e447f to
9065208
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What
Adds
infrastructure/iac-tooling.mdx— the decision record for two recurring questions: Terraform or OpenTofu? and do we need Terragrunt?Why
The premise was already half-resolved on investigation:
opentofu/setup-opentofu, lockfiles pinregistry.opentofu.org/*, the Nix dev shell marksopentofu # canonical binary. "Terraform" survives only interraform-*repo names and stale doc prose.after_hookAnsible sync); elsewhere it only generates a backend/provider block that OpenTofu 1.8+ native config now covers. Nodependency/run-all/stacks/multi-account anywhere.Decisions recorded
terraform-*names are legacy — documented, not renamed (modulesourcerefs, redirects, CI, and doc-link churn aren't worth it; same logic as the JacobPEvans→dryvist redirect rule). New repos usetofu-*.Also
infrastructure/overview.mdx(blockquote, description, mermaid node, caption, SOPS card).terraform-check-placement.mdx.Out of scope (follow-ups)
terraform-github/terraform-runs-on/terraform-aws— code work in those repos, to be tracked there.infrastructure/overview.mdxlinksterraform-awsto a repo that is private — pre-existing, not touched here.Verification
jq empty docs.json✓scripts/validate-mermaid.sh✓ (exit 0, new convergence diagram parses)Refs: dryvist/docs-starlight (companion PR for engine-prose + phase-out asides)
🤖 Generated with Claude Code