From 6199a874337b55a5eaa5c8c9f7e51c8bd626a21a Mon Sep 17 00:00:00 2001 From: NWarila <33955773+NWarila@users.noreply.github.com> Date: Mon, 25 May 2026 22:39:06 +0000 Subject: [PATCH] ci: bump framework_ref to restored reusable-terraform-deploy Bumps both the reusable workflow `uses:` SHA and the body `framework_ref` input from f3c05b7fe39e24cac44e845c68b7a1f0e3e9ddc3 to 0b99965b059e6a266c24d0cc15e29cacb2174982 which is the framework main HEAD after merging nwarila-platform/github-terraform-framework#61 (which restored the reusable-terraform-deploy.yaml that had been authored on the unmerged chore/standardize-fleet-bead9a4 branch). Without this bump, the deploy workflow continues to 404 on the previous SHA. With this bump, the next push to `terraform/**` (the existing inventory entry for NWarila/packer-runner-template is already on main and queued) will actually trigger the framework reusable and create the GitHub repo. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/terraform-deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/terraform-deploy.yaml b/.github/workflows/terraform-deploy.yaml index 79aef9a..df72073 100644 --- a/.github/workflows/terraform-deploy.yaml +++ b/.github/workflows/terraform-deploy.yaml @@ -37,12 +37,12 @@ concurrency: jobs: deploy: - uses: nwarila-platform/github-terraform-framework/.github/workflows/reusable-terraform-deploy.yaml@f3c05b7fe39e24cac44e845c68b7a1f0e3e9ddc3 + uses: nwarila-platform/github-terraform-framework/.github/workflows/reusable-terraform-deploy.yaml@0b99965b059e6a266c24d0cc15e29cacb2174982 with: github_owner: ${{ github.repository_owner }} # Renovate keeps this in lockstep with the uses: SHA above. # renovate: depName=nwarila-platform/github-terraform-framework packageName=nwarila-platform/github-terraform-framework currentValue=main - framework_ref: f3c05b7fe39e24cac44e845c68b7a1f0e3e9ddc3 + framework_ref: 0b99965b059e6a266c24d0cc15e29cacb2174982 # renovate: datasource=github-releases depName=hashicorp/terraform extractVersion=^v(?.*)$ versioning=hashicorp terraform_version: "1.15.4" private_repos_files: ${{ vars.PRIVATE_REPOS_FILES }}