From be754aa368957bc33793f88eada2850b0bcdfcc7 Mon Sep 17 00:00:00 2001 From: NWarila <33955773+NWarila@users.noreply.github.com> Date: Tue, 26 May 2026 16:03:39 +0000 Subject: [PATCH] chore(meta): add .template-type marker 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) --- .gitignore | 1 + .template-type | 1 + 2 files changed, 2 insertions(+) create mode 100644 .template-type diff --git a/.gitignore b/.gitignore index 31606be..526f7de 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ # Keep core repo files. !/.gitattributes !/.gitignore +!/.template-type !/DESIGN.md !/LICENSE !/README.md diff --git a/.template-type b/.template-type new file mode 100644 index 0000000..2a4e8b1 --- /dev/null +++ b/.template-type @@ -0,0 +1 @@ +terraform-framework