ci: align Terraform and TFLint versions across all workflow files#11
Open
dmchaledev wants to merge 1 commit into
Open
ci: align Terraform and TFLint versions across all workflow files#11dmchaledev wants to merge 1 commit into
dmchaledev wants to merge 1 commit into
Conversation
terraform-validate.yml was pinned to Terraform 1.9.5 while ci.yml uses 1.9.8; tflint.yml was pinned to TFLint v0.53.0 while ci.yml uses v0.55.0. Drift between workflow versions lets a module pass one gate with different validation semantics than the authoritative ci.yml gate. Standardises both files to match the versions already declared in ci.yml (Terraform 1.9.8, TFLint v0.55.0). https://claude.ai/code/session_013sRKMe23UFTqiHFZANsqmE
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
terraform-validate.ymlwas pinned to Terraform 1.9.5 whileci.ymluses 1.9.8 — bumped to match.tflint.ymlwas pinned to TFLint v0.53.0 whileci.ymluses v0.55.0 — bumped to match.Version drift between workflows means a module can produce different validation or lint results depending on which gate runs it, quietly undermining the CI guarantee. Two minor version bumps close that gap so all three workflows agree on the same tool semantics.
Test plan
terraform-validatejob passes on all 20 modules with Terraform 1.9.8tflintjob passes on all 20 modules with TFLint v0.55.0ci.ymlvalidate/lint jobs continue to pass (versions already matched)https://claude.ai/code/session_013sRKMe23UFTqiHFZANsqmE
Generated by Claude Code