ci: bump framework_ref to restored reusable-terraform-deploy#39
Merged
Conversation
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) <noreply@anthropic.com>
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.
Summary
Bumps the
uses:SHA andframework_ref:input in.github/workflows/terraform-deploy.yamlto the new framework main HEAD after nwarila-platform/github-terraform-framework#61 restored the reusable workflow.uses:SHAf3c05b7f...0b99965b...framework_ref:f3c05b7f...0b99965b...Why
PR #38 (
add-packer-runner-template inventory entry) was the first push toterraform/**since the framework'sreusable-terraform-deploy.yamldeletion gap was introduced. The deploy failed at workflow resolution. nwarila-platform/github-terraform-framework#61 restored the reusable; this PR re-points the runner at the restored file.Test plan
Deploy GitHub Terraformworkflow succeeds and createsNWarila/packer-runner-templateVerification
52 passed, 0 failed