chore(meta): add .template-type marker#64
Merged
Conversation
Adds .template-type = "terraform-framework" to mark this repository as a type-template per the pattern adopted across the NWarila portfolio (terraform-runner-template, packer-runner-template, ansible-framework-template, packer-framework-template all carry this marker). Updates .gitignore allowlist (deny-all per org ADR-0003) so the new file is tracked. Scope check: the unmerged chore/standardize-fleet-bead9a4 branch had this file with the value "framework"; "terraform-framework" is more specific and matches the framework's actual identity. The branch also had 8 caller workflows + template-sync.yaml that all reference the abandoned NWarila/terraform-template upstream and are DOA; they are NOT cherry-picked here. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
Terraform Framework Test Results
Runs: 54 total, 54 passed, 0 failed, 0 skipped Full test outputCommit: 2cdd425 |
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.
Adds
.template-type = terraform-frameworkto mark this repository as a type-template per the pattern adopted across the portfolio. Updates.gitignoreallowlist (deny-all per ADR-0003).The unmerged
chore/standardize-fleet-bead9a4branch had this file plus 8 caller workflows that all reference the abandonedNWarila/terraform-templateupstream (DOA). Only.template-typeis salvageable cleanly. The value here is updated from the branch'sframeworktoterraform-frameworkfor specificity.